Html Css Color HEX #E0C101 Sunflower

📋 copy color: '#E0C101'

red 224 ◦ green 193 ◦ blue 1

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

Shades of Sunflower #E0C101

Tints of Sunflower #E0C101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.59%
G = 46.17%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E0C101 (or 0xE0C101) is known color: Sunflower. HEX triplet: E0, C1 and 01. RGB value is (224,193,1). Sum of RGB (Red+Green+Blue) = 224+193+1=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 193 (75.78% from 255 or 46.17% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C101 is #1F3EFE. Grayscale: #B5B5B5. Windows color (decimal): -2047743 or 115168. OLE color: 115168.

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

Color convert

RGB 224 193 1 -
CMYK 0 0.14 1.00 0.12
HSL 51.66º 0.99% 0.44% -
HSV(B) 51.66º 1% 0.88% -
XYZ 49.82 53.99 7.82 -
YUV 180.38 26.77 159.11 -
System Red Green Blue C M Y K H S L
Decimal 224 193 1 0 0.14 1.00 0.12 51.66 0.99 0.44
Hex E0 C1 1 0 E 64 C 34 63 2C
Octal 340 301 1 0 16 144 14 64 143 54
Binary 11100000 11000001 1 0 1110 1100100 1100 110100 1100011 101100

Color Harmonies of #E0C101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C101

Black with #E0C101

Text Example


Text Example

White with #E0C101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C101; }

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

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

background-color css

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

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

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

border-color css

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

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

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