Html Css Color HEX #E0C121 Sunflower

📋 copy color: '#E0C121'

red 224 ◦ green 193 ◦ blue 33

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

Shades of Sunflower #E0C121

Tints of Sunflower #E0C121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.33%

R = 49.78%
G = 42.89%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E0C121 (or 0xE0C121) is known color: Sunflower. HEX triplet: E0, C1 and 21. RGB value is (224,193,33). Sum of RGB (Red+Green+Blue) = 224+193+33=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C121 is #1F3EDE. Grayscale: #B8B8B8. Windows color (decimal): -2047711 or 2212320. OLE color: 2212320.

HSL color Cylindrical-coordinate representation of color #E0C121: hue angle of 50.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0C121 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 193 33 -
CMYK 0 0.14 0.85 0.12
HSL 50.26º 0.75% 0.5% -
HSV(B) 50.26º 0.85% 0.88% -
XYZ 50.08 54.1 9.24 -
YUV 184.03 42.77 156.51 -
System Red Green Blue C M Y K H S L
Decimal 224 193 33 0 0.14 0.85 0.12 50.26 0.75 0.5
Hex E0 C1 21 0 E 55 C 32 4B 32
Octal 340 301 41 0 16 125 14 62 113 62
Binary 11100000 11000001 100001 0 1110 1010101 1100 110010 1001011 110010

Color Harmonies of #E0C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C121

Black with #E0C121

Text Example


Text Example

White with #E0C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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