Html Css Color HEX #CEDA01 Bird Flower

📋 copy color: '#CEDA01'

red 206 ◦ green 218 ◦ blue 1

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

Shades of Bird Flower #CEDA01

Tints of Bird Flower #CEDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.29%

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

R = 48.47%
G = 51.29%
B = 0.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#CEDA01 (or 0xCEDA01) is known color: Bird Flower. HEX triplet: CE, DA and 01. RGB value is (206,218,1). Sum of RGB (Red+Green+Blue) = 206+218+1=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 218 (85.55% from 255 or 51.29% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA01 is #3125FE. Grayscale: #BEBEBE. Windows color (decimal): -3220991 or 121550. OLE color: 121550.

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

Color convert

RGB 206 218 1 -
CMYK 0.06 0 1.00 0.15
HSL 63.32º 0.99% 0.43% -
HSV(B) 63.32º 1% 0.85% -
XYZ 50.53 63.27 9.58 -
YUV 189.67 21.52 139.64 -
System Red Green Blue C M Y K H S L
Decimal 206 218 1 0.06 0 1.00 0.15 63.32 0.99 0.43
Hex CE DA 1 6 0 64 F 3F 63 2B
Octal 316 332 1 6 0 144 17 77 143 53
Binary 11001110 11011010 1 110 0 1100100 1111 111111 1100011 101011

Color Harmonies of #CEDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDA01

Black with #CEDA01

Text Example


Text Example

White with #CEDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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