Html Css Color HEX #E0CD00 Sunflower

📋 copy color: '#E0CD00'

red 224 ◦ green 205 ◦ blue 0

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

Shades of Sunflower #E0CD00

Tints of Sunflower #E0CD00

RGB

 RED value IS 224 (87.89% from 255) = 52.21%

 GREEN value IS 205 (80.47% from 255) = 47.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.21%
G = 47.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E0CD00 (or 0xE0CD00) is known color: Sunflower. HEX triplet: E0, CD and 00. RGB value is (224,205,0). Sum of RGB (Red+Green+Blue) = 224+205+0=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0CD00 is #1F32FF. Grayscale: #BCBCBC. Windows color (decimal): -2044672 or 52704. OLE color: 52704.

HSL color Cylindrical-coordinate representation of color #E0CD00: hue angle of 54.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E0CD00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 205 0 -
CMYK 0 0.08 1 0.12
HSL 54.91º 1% 0.44% -
HSV(B) 54.91º 1% 0.88% -
XYZ 52.57 59.51 8.72 -
YUV 187.31 22.29 154.17 -
System Red Green Blue C M Y K H S L
Decimal 224 205 0 0 0.08 1 0.12 54.91 1 0.44
Hex E0 CD 0 0 8 64 C 37 64 2C
Octal 340 315 0 0 10 144 14 67 144 54
Binary 11100000 11001101 0 0 1000 1100100 1100 110111 1100100 101100

Color Harmonies of #E0CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CD00

Black with #E0CD00

Text Example


Text Example

White with #E0CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CD00; }

 p { color: rgb(224,205,0); }

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

background-color css

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

 a { background-color: rgb(224,205,0); }

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

border-color css

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

 span { border-color: rgb(224,205,0); }

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