Html Css Color HEX #CEC24B Wattle

📋 copy color: '#CEC24B'

red 206 ◦ green 194 ◦ blue 75

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

Shades of Wattle #CEC24B

Tints of Wattle #CEC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.84%

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 43.37%
G = 40.84%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CEC24B (or 0xCEC24B) is known color: Wattle. HEX triplet: CE, C2 and 4B. RGB value is (206,194,75). Sum of RGB (Red+Green+Blue) = 206+194+75=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC24B is #313DB4. Grayscale: #B8B8B8. Windows color (decimal): -3227061 or 4965070. OLE color: 4965070.

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

Color convert

RGB 206 194 75 -
CMYK 0 0.06 0.64 0.19
HSL 54.5º 0.57% 0.55% -
HSV(B) 54.5º 0.64% 0.81% -
XYZ 46.02 52.21 14.31 -
YUV 184.02 66.48 143.68 -
System Red Green Blue C M Y K H S L
Decimal 206 194 75 0 0.06 0.64 0.19 54.5 0.57 0.55
Hex CE C2 4B 0 6 40 13 37 39 37
Octal 316 302 113 0 6 100 23 67 71 67
Binary 11001110 11000010 1001011 0 110 1000000 10011 110111 111001 110111

Color Harmonies of #CEC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC24B

Black with #CEC24B

Text Example


Text Example

White with #CEC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC24B; }

 p { color: rgb(206,194,75); }

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

background-color css

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

 a { background-color: rgb(206,194,75); }

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

border-color css

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

 span { border-color: rgb(206,194,75); }

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