Html Css Color HEX #CEC304 Bird Flower

📋 copy color: '#CEC304'

red 206 ◦ green 195 ◦ blue 4

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

Shades of Bird Flower #CEC304

Tints of Bird Flower #CEC304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 50.86%
G = 48.15%
B = 0.99%

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

#CEC304 (or 0xCEC304) is known color: Bird Flower. HEX triplet: CE, C3 and 04. RGB value is (206,195,4). Sum of RGB (Red+Green+Blue) = 206+195+4=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 4 (1.95% from 255 or 0.99% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC304 is #313CFB. Grayscale: #B1B1B1. Windows color (decimal): -3226876 or 312270. OLE color: 312270.

HSL color Cylindrical-coordinate representation of color #CEC304: hue angle of 56.73º degrees, saturation: 0.96, 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 #CEC304 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 195 4 -
CMYK 0 0.05 0.98 0.19
HSL 56.73º 0.96% 0.41% -
HSV(B) 56.73º 0.98% 0.81% -
XYZ 44.99 52.16 7.81 -
YUV 176.52 30.64 149.03 -
System Red Green Blue C M Y K H S L
Decimal 206 195 4 0 0.05 0.98 0.19 56.73 0.96 0.41
Hex CE C3 4 0 5 62 13 39 60 29
Octal 316 303 4 0 5 142 23 71 140 51
Binary 11001110 11000011 100 0 101 1100010 10011 111001 1100000 101001

Color Harmonies of #CEC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC304

Black with #CEC304

Text Example


Text Example

White with #CEC304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC304; }

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

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

background-color css

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

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

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

border-color css

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

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

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