#CEC11E

Color #CEC11E Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CEC11E

Tints of Barberry #CEC11E

Color information

#CEC11E (or 0xCEC11E) is unknown color: approx Barberry. HEX triplet: CE, C1 and 1E. RGB value is (206,193,30). Sum of RGB (Red+Green+Blue) = 206+193+30=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC11E is #313EE1. Grayscale: #B2B2B2. Windows color (decimal): -3227362 or 2015694. OLE color: 2015694.

HSL color Cylindrical-coordinate representation of color #CEC11E: hue angle of 55.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEC11E is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB20619330-
CMYK00.060.850.19
HSL55.57º74.58%46.27%-
HSV(B)55.57º85.44%80.78%-
XYZ44.7651.368.78-
YUV178.344.31147.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 193 (75.78% from 255) = 44.99%
BLUE value IS 30 (12.11% from 255) = 6.99%
R=48.02%
G=44.99%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061933000.060.850.1955.5774.5846.27
HexCEC11E065513384b2e
Octal3163013606125237011356
Binary11001110110000011111001101010101100111110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC11E; }

 p { color: rgb(206,193,30); }

 H1.HeaderClassName
 {
   color: #CEC11E;
 }
 .AnyTagClassName
 {
   color: #CEC11E;
 }
</style>
background-color css

<style>
 a { background-color: #CEC11E; }

 a { background-color: rgb(206,193,30); }

 div.DivClassName
 {
   background-color: #CEC11E;
 }
 .BgClassName
 {
   background-color: #CEC11E;
 }
</style>
border-color css

<style>
 span { border-color: #CEC11E; }

 span { border-color: rgb(206,193,30); }

 td.TdClassName
 {
   border-color: #CEC11E;
 }
 .TagClassName
 {
   border-color: #CEC11E;
 }
</style>