Html Css Color HEX #E0C60A Sunflower

📋 copy color: '#E0C60A'

red 224 ◦ green 198 ◦ blue 10

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

Shades of Sunflower #E0C60A

Tints of Sunflower #E0C60A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.83%

 BLUE value IS 10 (4.3% from 255) = 2.31%

R = 51.85%
G = 45.83%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E0C60A (or 0xE0C60A) is known color: Sunflower. HEX triplet: E0, C6 and 0A. RGB value is (224,198,10). Sum of RGB (Red+Green+Blue) = 224+198+10=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C60A is #1F39F5. Grayscale: #B9B9B9. Windows color (decimal): -2046454 or 706272. OLE color: 706272.

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

Color convert

RGB 224 198 10 -
CMYK 0 0.12 0.96 0.12
HSL 52.71º 0.91% 0.46% -
HSV(B) 52.71º 0.96% 0.88% -
XYZ 50.99 56.26 8.46 -
YUV 184.34 29.61 156.29 -
System Red Green Blue C M Y K H S L
Decimal 224 198 10 0 0.12 0.96 0.12 52.71 0.91 0.46
Hex E0 C6 A 0 C 60 C 35 5B 2E
Octal 340 306 12 0 14 140 14 65 133 56
Binary 11100000 11000110 1010 0 1100 1100000 1100 110101 1011011 101110

Color Harmonies of #E0C60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C60A

Black with #E0C60A

Text Example


Text Example

White with #E0C60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C60A; }

 p { color: rgb(224,198,10); }

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

background-color css

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

 a { background-color: rgb(224,198,10); }

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

border-color css

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

 span { border-color: rgb(224,198,10); }

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