Html Css Color HEX #CECA4A Wattle

📋 copy color: '#CECA4A'

red 206 ◦ green 202 ◦ blue 74

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

Shades of Wattle #CECA4A

Tints of Wattle #CECA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.91%

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

R = 42.74%
G = 41.91%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CECA4A (or 0xCECA4A) is known color: Wattle. HEX triplet: CE, CA and 4A. RGB value is (206,202,74). Sum of RGB (Red+Green+Blue) = 206+202+74=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA4A is #3135B5. Grayscale: #BDBDBD. Windows color (decimal): -3225014 or 4901582. OLE color: 4901582.

HSL color Cylindrical-coordinate representation of color #CECA4A: hue angle of 58.18º 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 #CECA4A is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 202 74 -
CMYK 0 0.02 0.64 0.19
HSL 58.18º 0.57% 0.55% -
HSV(B) 58.18º 0.64% 0.81% -
XYZ 47.81 55.86 14.74 -
YUV 188.6 63.33 140.41 -
System Red Green Blue C M Y K H S L
Decimal 206 202 74 0 0.02 0.64 0.19 58.18 0.57 0.55
Hex CE CA 4A 0 2 40 13 3A 39 37
Octal 316 312 112 0 2 100 23 72 71 67
Binary 11001110 11001010 1001010 0 10 1000000 10011 111010 111001 110111

Color Harmonies of #CECA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA4A

Black with #CECA4A

Text Example


Text Example

White with #CECA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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