Html Css Color HEX #CEC305 Bird Flower

📋 copy color: '#CEC305'

red 206 ◦ green 195 ◦ blue 5

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

Shades of Bird Flower #CEC305

Tints of Bird Flower #CEC305

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.03%

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 50.74%
G = 48.03%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEC305 (or 0xCEC305) is known color: Bird Flower. HEX triplet: CE, C3 and 05. RGB value is (206,195,5). Sum of RGB (Red+Green+Blue) = 206+195+5=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC305 is #313CFA. Grayscale: #B1B1B1. Windows color (decimal): -3226875 or 377806. OLE color: 377806.

HSL color Cylindrical-coordinate representation of color #CEC305: hue angle of 56.72º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEC305 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 195 5 -
CMYK 0 0.05 0.98 0.19
HSL 56.72º 0.95% 0.41% -
HSV(B) 56.72º 0.98% 0.81% -
XYZ 45 52.16 7.84 -
YUV 176.63 31.14 148.95 -
System Red Green Blue C M Y K H S L
Decimal 206 195 5 0 0.05 0.98 0.19 56.72 0.95 0.41
Hex CE C3 5 0 5 62 13 39 5F 29
Octal 316 303 5 0 5 142 23 71 137 51
Binary 11001110 11000011 101 0 101 1100010 10011 111001 1011111 101001

Color Harmonies of #CEC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC305

Black with #CEC305

Text Example


Text Example

White with #CEC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC305; }

 p { color: rgb(206,195,5); }

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

background-color css

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

 a { background-color: rgb(206,195,5); }

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

border-color css

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

 span { border-color: rgb(206,195,5); }

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