Html Css Color HEX #CECA49 Wattle

📋 copy color: '#CECA49'

red 206 ◦ green 202 ◦ blue 73

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

Shades of Wattle #CECA49

Tints of Wattle #CECA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.18%

R = 42.83%
G = 42%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CECA49 (or 0xCECA49) is known color: Wattle. HEX triplet: CE, CA and 49. RGB value is (206,202,73). Sum of RGB (Red+Green+Blue) = 206+202+73=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECA49 is #3135B6. Grayscale: #BDBDBD. Windows color (decimal): -3225015 or 4836046. OLE color: 4836046.

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

Color convert

RGB 206 202 73 -
CMYK 0 0.02 0.65 0.19
HSL 58.2º 0.58% 0.55% -
HSV(B) 58.2º 0.65% 0.81% -
XYZ 47.78 55.84 14.56 -
YUV 188.49 62.83 140.49 -
System Red Green Blue C M Y K H S L
Decimal 206 202 73 0 0.02 0.65 0.19 58.2 0.58 0.55
Hex CE CA 49 0 2 41 13 3A 3A 37
Octal 316 312 111 0 2 101 23 72 72 67
Binary 11001110 11001010 1001001 0 10 1000001 10011 111010 111010 110111

Color Harmonies of #CECA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA49

Black with #CECA49

Text Example


Text Example

White with #CECA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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