Html Css Color HEX #E0C400 Sunflower

📋 copy color: '#E0C400'

red 224 ◦ green 196 ◦ blue 0

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

Shades of Sunflower #E0C400

Tints of Sunflower #E0C400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

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

R = 53.33%
G = 46.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E0C400 (or 0xE0C400) is known color: Sunflower. HEX triplet: E0, C4 and 00. RGB value is (224,196,0). Sum of RGB (Red+Green+Blue) = 224+196+0=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C400 is #1F3BFF. Grayscale: #B6B6B6. Windows color (decimal): -2046976 or 50400. OLE color: 50400.

HSL color Cylindrical-coordinate representation of color #E0C400: hue angle of 52.5º 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 #E0C400 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 196 0 -
CMYK 0 0.12 1 0.12
HSL 52.5º 1% 0.44% -
HSV(B) 52.5º 1% 0.88% -
XYZ 50.48 55.33 8.02 -
YUV 182.03 25.28 157.94 -
System Red Green Blue C M Y K H S L
Decimal 224 196 0 0 0.12 1 0.12 52.5 1 0.44
Hex E0 C4 0 0 C 64 C 34 64 2C
Octal 340 304 0 0 14 144 14 64 144 54
Binary 11100000 11000100 0 0 1100 1100100 1100 110100 1100100 101100

Color Harmonies of #E0C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C400

Black with #E0C400

Text Example


Text Example

White with #E0C400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C400; }

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

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

background-color css

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

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

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

border-color css

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

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

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