Html Css Color HEX #CED501 Bird Flower

📋 copy color: '#CED501'

red 206 ◦ green 213 ◦ blue 1

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

Shades of Bird Flower #CED501

Tints of Bird Flower #CED501

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.71%

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

R = 49.05%
G = 50.71%
B = 0.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#CED501 (or 0xCED501) is known color: Bird Flower. HEX triplet: CE, D5 and 01. RGB value is (206,213,1). Sum of RGB (Red+Green+Blue) = 206+213+1=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #CED501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED501 is #312AFE. Grayscale: #BBBBBB. Windows color (decimal): -3222271 or 120270. OLE color: 120270.

HSL color Cylindrical-coordinate representation of color #CED501: hue angle of 61.98º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CED501 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 213 1 -
CMYK 0.03 0 1.00 0.16
HSL 61.98º 0.99% 0.42% -
HSV(B) 61.98º 1% 0.84% -
XYZ 49.25 60.71 9.15 -
YUV 186.74 23.18 141.74 -
System Red Green Blue C M Y K H S L
Decimal 206 213 1 0.03 0 1.00 0.16 61.98 0.99 0.42
Hex CE D5 1 3 0 64 10 3E 63 2A
Octal 316 325 1 3 0 144 20 76 143 52
Binary 11001110 11010101 1 11 0 1100100 10000 111110 1100011 101010

Color Harmonies of #CED501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED501

Black with #CED501

Text Example


Text Example

White with #CED501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED501; }

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

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

background-color css

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

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

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

border-color css

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

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

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