Html Css Color HEX #CEC701 Bird Flower

📋 copy color: '#CEC701'

red 206 ◦ green 199 ◦ blue 1

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

Shades of Bird Flower #CEC701

Tints of Bird Flower #CEC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.01%

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

R = 50.74%
G = 49.01%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEC701 (or 0xCEC701) is known color: Bird Flower. HEX triplet: CE, C7 and 01. RGB value is (206,199,1). Sum of RGB (Red+Green+Blue) = 206+199+1=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC701 is #3138FE. Grayscale: #B3B3B3. Windows color (decimal): -3225855 or 116686. OLE color: 116686.

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

Color convert

RGB 206 199 1 -
CMYK 0 0.03 1.00 0.19
HSL 57.95º 0.99% 0.41% -
HSV(B) 57.95º 1% 0.81% -
XYZ 45.88 53.97 8.03 -
YUV 178.52 27.82 147.6 -
System Red Green Blue C M Y K H S L
Decimal 206 199 1 0 0.03 1.00 0.19 57.95 0.99 0.41
Hex CE C7 1 0 3 64 13 3A 63 29
Octal 316 307 1 0 3 144 23 72 143 51
Binary 11001110 11000111 1 0 11 1100100 10011 111010 1100011 101001

Color Harmonies of #CEC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC701

Black with #CEC701

Text Example


Text Example

White with #CEC701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC701; }

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

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

background-color css

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

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

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

border-color css

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

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

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