Html Css Color HEX #CED305 Bird Flower

📋 copy color: '#CED305'

red 206 ◦ green 211 ◦ blue 5

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

Shades of Bird Flower #CED305

Tints of Bird Flower #CED305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 48.82%
G = 50%
B = 1.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#CED305 (or 0xCED305) is known color: Bird Flower. HEX triplet: CE, D3 and 05. RGB value is (206,211,5). Sum of RGB (Red+Green+Blue) = 206+211+5=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #CED305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED305 is #312CFA. Grayscale: #BABABA. Windows color (decimal): -3222779 or 381902. OLE color: 381902.

HSL color Cylindrical-coordinate representation of color #CED305: hue angle of 61.46º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CED305 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 206 211 5 -
CMYK 0.02 0 0.98 0.17
HSL 61.46º 0.95% 0.42% -
HSV(B) 61.46º 0.98% 0.83% -
XYZ 48.78 59.72 9.1 -
YUV 186.02 25.84 142.25 -
System Red Green Blue C M Y K H S L
Decimal 206 211 5 0.02 0 0.98 0.17 61.46 0.95 0.42
Hex CE D3 5 2 0 62 11 3D 5F 2A
Octal 316 323 5 2 0 142 21 75 137 52
Binary 11001110 11010011 101 10 0 1100010 10001 111101 1011111 101010

Color Harmonies of #CED305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED305

Black with #CED305

Text Example


Text Example

White with #CED305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED305; }

 p { color: rgb(206,211,5); }

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

background-color css

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

 a { background-color: rgb(206,211,5); }

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

border-color css

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

 span { border-color: rgb(206,211,5); }

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