Html Css Color HEX #CEC94B Wattle

📋 copy color: '#CEC94B'

red 206 ◦ green 201 ◦ blue 75

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

Shades of Wattle #CEC94B

Tints of Wattle #CEC94B

RGB

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

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

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

R = 42.74%
G = 41.7%
B = 15.56%

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

#CEC94B (or 0xCEC94B) is known color: Wattle. HEX triplet: CE, C9 and 4B. RGB value is (206,201,75). Sum of RGB (Red+Green+Blue) = 206+201+75=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC94B is #3136B4. Grayscale: #BCBCBC. Windows color (decimal): -3225269 or 4966862. OLE color: 4966862.

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

Color convert

RGB 206 201 75 -
CMYK 0 0.02 0.64 0.19
HSL 57.71º 0.57% 0.55% -
HSV(B) 57.71º 0.64% 0.81% -
XYZ 47.61 55.4 14.84 -
YUV 188.13 64.16 140.75 -
System Red Green Blue C M Y K H S L
Decimal 206 201 75 0 0.02 0.64 0.19 57.71 0.57 0.55
Hex CE C9 4B 0 2 40 13 3A 39 37
Octal 316 311 113 0 2 100 23 72 71 67
Binary 11001110 11001001 1001011 0 10 1000000 10011 111010 111001 110111

Color Harmonies of #CEC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC94B

Black with #CEC94B

Text Example


Text Example

White with #CEC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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