Html Css Color HEX #CEC118 Bird Flower

📋 copy color: '#CEC118'

red 206 ◦ green 193 ◦ blue 24

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

Shades of Bird Flower #CEC118

Tints of Bird Flower #CEC118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.67%

R = 48.7%
G = 45.63%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEC118 (or 0xCEC118) is known color: Bird Flower. HEX triplet: CE, C1 and 18. RGB value is (206,193,24). Sum of RGB (Red+Green+Blue) = 206+193+24=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 24 (9.77% from 255 or 5.67% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC118 is #313EE7. Grayscale: #B2B2B2. Windows color (decimal): -3227368 or 1622478. OLE color: 1622478.

HSL color Cylindrical-coordinate representation of color #CEC118: hue angle of 55.71º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEC118 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 193 24 -
CMYK 0 0.06 0.88 0.19
HSL 55.71º 0.79% 0.45% -
HSV(B) 55.71º 0.88% 0.81% -
XYZ 44.69 51.33 8.42 -
YUV 177.62 41.31 148.24 -
System Red Green Blue C M Y K H S L
Decimal 206 193 24 0 0.06 0.88 0.19 55.71 0.79 0.45
Hex CE C1 18 0 6 58 13 38 4F 2D
Octal 316 301 30 0 6 130 23 70 117 55
Binary 11001110 11000001 11000 0 110 1011000 10011 111000 1001111 101101

Color Harmonies of #CEC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC118

Black with #CEC118

Text Example


Text Example

White with #CEC118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC118; }

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

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

background-color css

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

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

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

border-color css

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

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

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