Html Css Color HEX #E0C100 Sunflower

📋 copy color: '#E0C100'

red 224 ◦ green 193 ◦ blue 0

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

Shades of Sunflower #E0C100

Tints of Sunflower #E0C100

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

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

R = 53.72%
G = 46.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E0C100 (or 0xE0C100) is known color: Sunflower. HEX triplet: E0, C1 and 00. RGB value is (224,193,0). Sum of RGB (Red+Green+Blue) = 224+193+0=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C100 is #1F3EFF. Grayscale: #B5B5B5. Windows color (decimal): -2047744 or 49632. OLE color: 49632.

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

Color convert

RGB 224 193 0 -
CMYK 0 0.14 1 0.12
HSL 51.7º 1% 0.44% -
HSV(B) 51.7º 1% 0.88% -
XYZ 49.81 53.99 7.8 -
YUV 180.27 26.27 159.19 -
System Red Green Blue C M Y K H S L
Decimal 224 193 0 0 0.14 1 0.12 51.7 1 0.44
Hex E0 C1 0 0 E 64 C 34 64 2C
Octal 340 301 0 0 16 144 14 64 144 54
Binary 11100000 11000001 0 0 1110 1100100 1100 110100 1100100 101100

Color Harmonies of #E0C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C100

Black with #E0C100

Text Example


Text Example

White with #E0C100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C100; }

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

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

background-color css

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

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

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

border-color css

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

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

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