Html Css Color HEX #CEC14A Wattle

📋 copy color: '#CEC14A'

red 206 ◦ green 193 ◦ blue 74

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

Shades of Wattle #CEC14A

Tints of Wattle #CEC14A

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

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

R = 43.55%
G = 40.8%
B = 15.64%

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

#CEC14A (or 0xCEC14A) is known color: Wattle. HEX triplet: CE, C1 and 4A. RGB value is (206,193,74). Sum of RGB (Red+Green+Blue) = 206+193+74=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC14A is #313EB5. Grayscale: #B7B7B7. Windows color (decimal): -3227318 or 4899278. OLE color: 4899278.

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

Color convert

RGB 206 193 74 -
CMYK 0 0.06 0.64 0.19
HSL 54.09º 0.57% 0.55% -
HSV(B) 54.09º 0.64% 0.81% -
XYZ 45.76 51.76 14.06 -
YUV 183.32 66.31 144.18 -
System Red Green Blue C M Y K H S L
Decimal 206 193 74 0 0.06 0.64 0.19 54.09 0.57 0.55
Hex CE C1 4A 0 6 40 13 36 39 37
Octal 316 301 112 0 6 100 23 66 71 67
Binary 11001110 11000001 1001010 0 110 1000000 10011 110110 111001 110111

Color Harmonies of #CEC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC14A

Black with #CEC14A

Text Example


Text Example

White with #CEC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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