Html Css Color HEX #CEC94C Wattle

📋 copy color: '#CEC94C'

red 206 ◦ green 201 ◦ blue 76

#CEC94C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #CEC94C

Tints of Wattle #CEC94C

RGB

 RED value IS 206 (80.86% from 255) = 42.65%

 GREEN value IS 201 (78.91% from 255) = 41.61%

 BLUE value IS 76 (30.08% from 255) = 15.73%

R = 42.65%
G = 41.61%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CEC94C (or 0xCEC94C) is known color: Wattle. HEX triplet: CE, C9 and 4C. RGB value is (206,201,76). Sum of RGB (Red+Green+Blue) = 206+201+76=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC94C is #3136B3. Grayscale: #BCBCBC. Windows color (decimal): -3225268 or 5032398. OLE color: 5032398.

HSL color Cylindrical-coordinate representation of color #CEC94C: hue angle of 57.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEC94C is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 201 76 -
CMYK 0 0.02 0.63 0.19
HSL 57.69º 0.57% 0.55% -
HSV(B) 57.69º 0.63% 0.81% -
XYZ 47.64 55.42 15.02 -
YUV 188.25 64.66 140.66 -
System Red Green Blue C M Y K H S L
Decimal 206 201 76 0 0.02 0.63 0.19 57.69 0.57 0.55
Hex CE C9 4C 0 2 3F 13 3A 39 37
Octal 316 311 114 0 2 77 23 72 71 67
Binary 11001110 11001001 1001100 0 10 111111 10011 111010 111001 110111

Color Harmonies of #CEC94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC94C

Black with #CEC94C

Text Example


Text Example

White with #CEC94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC94C; }

 p { color: rgb(206,201,76); }

 H1.HeaderClassName
 {
   color: #CEC94C;
 }
 .AnyTagClassName
 {
   color: #CEC94C;
 }
</style>

background-color css

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

 a { background-color: rgb(206,201,76); }

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

border-color css

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

 span { border-color: rgb(206,201,76); }

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