Html Css Color HEX #CED801 Bird Flower

📋 copy color: '#CED801'

red 206 ◦ green 216 ◦ blue 1

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

Shades of Bird Flower #CED801

Tints of Bird Flower #CED801

RGB

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

 GREEN value IS 216 (84.77% from 255) = 51.06%

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

R = 48.7%
G = 51.06%
B = 0.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#CED801 (or 0xCED801) is known color: Bird Flower. HEX triplet: CE, D8 and 01. RGB value is (206,216,1). Sum of RGB (Red+Green+Blue) = 206+216+1=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 216 (84.77% from 255 or 51.06% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 216 - color contains mainly: green. Hex color #CED801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED801 is #3127FE. Grayscale: #BDBDBD. Windows color (decimal): -3221503 or 121038. OLE color: 121038.

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

Color convert

RGB 206 216 1 -
CMYK 0.05 0 1.00 0.15
HSL 62.79º 0.99% 0.43% -
HSV(B) 62.79º 1% 0.85% -
XYZ 50.01 62.24 9.41 -
YUV 188.5 22.19 140.48 -
System Red Green Blue C M Y K H S L
Decimal 206 216 1 0.05 0 1.00 0.15 62.79 0.99 0.43
Hex CE D8 1 5 0 64 F 3F 63 2B
Octal 316 330 1 5 0 144 17 77 143 53
Binary 11001110 11011000 1 101 0 1100100 1111 111111 1100011 101011

Color Harmonies of #CED801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED801

Black with #CED801

Text Example


Text Example

White with #CED801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED801; }

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

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

background-color css

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

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

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

border-color css

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

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

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