Html Css Color HEX #CEC401 Bird Flower

📋 copy color: '#CEC401'

red 206 ◦ green 196 ◦ blue 1

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

Shades of Bird Flower #CEC401

Tints of Bird Flower #CEC401

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.64%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 51.12%
G = 48.64%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEC401 (or 0xCEC401) is known color: Bird Flower. HEX triplet: CE, C4 and 01. RGB value is (206,196,1). Sum of RGB (Red+Green+Blue) = 206+196+1=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 196 (76.95% from 255 or 48.64% from 403); Blue value is 1 (0.78% from 255 or 0.25% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC401 is #313BFE. Grayscale: #B1B1B1. Windows color (decimal): -3226623 or 115918. OLE color: 115918.

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

Color convert

RGB 206 196 1 -
CMYK 0 0.05 1.00 0.19
HSL 57.07º 0.99% 0.41% -
HSV(B) 57.07º 1% 0.81% -
XYZ 45.2 52.6 7.8 -
YUV 176.76 28.81 148.86 -
System Red Green Blue C M Y K H S L
Decimal 206 196 1 0 0.05 1.00 0.19 57.07 0.99 0.41
Hex CE C4 1 0 5 64 13 39 63 29
Octal 316 304 1 0 5 144 23 71 143 51
Binary 11001110 11000100 1 0 101 1100100 10011 111001 1100011 101001

Color Harmonies of #CEC401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC401

Black with #CEC401

Text Example


Text Example

White with #CEC401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC401; }

 p { color: rgb(206,196,1); }

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

background-color css

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

 a { background-color: rgb(206,196,1); }

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

border-color css

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

 span { border-color: rgb(206,196,1); }

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