Html Css Color HEX #CEDC07 Bird Flower

📋 copy color: '#CEDC07'

red 206 ◦ green 220 ◦ blue 7

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

Shades of Bird Flower #CEDC07

Tints of Bird Flower #CEDC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.81%

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 47.58%
G = 50.81%
B = 1.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#CEDC07 (or 0xCEDC07) is known color: Bird Flower. HEX triplet: CE, DC and 07. RGB value is (206,220,7). Sum of RGB (Red+Green+Blue) = 206+220+7=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDC07 is #3123F8. Grayscale: #C0C0C0. Windows color (decimal): -3220473 or 515278. OLE color: 515278.

HSL color Cylindrical-coordinate representation of color #CEDC07: hue angle of 63.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEDC07 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 220 7 -
CMYK 0.06 0 0.97 0.14
HSL 63.94º 0.94% 0.45% -
HSV(B) 63.94º 0.97% 0.86% -
XYZ 51.09 64.32 9.92 -
YUV 191.53 23.86 138.32 -
System Red Green Blue C M Y K H S L
Decimal 206 220 7 0.06 0 0.97 0.14 63.94 0.94 0.45
Hex CE DC 7 6 0 61 E 40 5E 2D
Octal 316 334 7 6 0 141 16 100 136 55
Binary 11001110 11011100 111 110 0 1100001 1110 1000000 1011110 101101

Color Harmonies of #CEDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDC07

Black with #CEDC07

Text Example


Text Example

White with #CEDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDC07; }

 p { color: rgb(206,220,7); }

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

background-color css

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

 a { background-color: rgb(206,220,7); }

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

border-color css

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

 span { border-color: rgb(206,220,7); }

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