Html Css Color HEX #CEC04A Wattle

📋 copy color: '#CEC04A'

red 206 ◦ green 192 ◦ blue 74

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

Shades of Wattle #CEC04A

Tints of Wattle #CEC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.68%

 BLUE value IS 74 (29.3% from 255) = 15.68%

R = 43.64%
G = 40.68%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEC04A (or 0xCEC04A) is known color: Wattle. HEX triplet: CE, C0 and 4A. RGB value is (206,192,74). Sum of RGB (Red+Green+Blue) = 206+192+74=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC04A is #313FB5. Grayscale: #B7B7B7. Windows color (decimal): -3227574 or 4899022. OLE color: 4899022.

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

Color convert

RGB 206 192 74 -
CMYK 0 0.07 0.64 0.19
HSL 53.64º 0.57% 0.55% -
HSV(B) 53.64º 0.64% 0.81% -
XYZ 45.54 51.32 13.98 -
YUV 182.73 66.64 144.59 -
System Red Green Blue C M Y K H S L
Decimal 206 192 74 0 0.07 0.64 0.19 53.64 0.57 0.55
Hex CE C0 4A 0 7 40 13 36 39 37
Octal 316 300 112 0 7 100 23 66 71 67
Binary 11001110 11000000 1001010 0 111 1000000 10011 110110 111001 110111

Color Harmonies of #CEC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC04A

Black with #CEC04A

Text Example


Text Example

White with #CEC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC04A; }

 p { color: rgb(206,192,74); }

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

background-color css

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

 a { background-color: rgb(206,192,74); }

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

border-color css

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

 span { border-color: rgb(206,192,74); }

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