Html Css Color HEX #E0C310 Sunflower

📋 copy color: '#E0C310'

red 224 ◦ green 195 ◦ blue 16

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

Shades of Sunflower #E0C310

Tints of Sunflower #E0C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.83%

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 51.49%
G = 44.83%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E0C310 (or 0xE0C310) is known color: Sunflower. HEX triplet: E0, C3 and 10. RGB value is (224,195,16). Sum of RGB (Red+Green+Blue) = 224+195+16=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C310 is #1F3CEF. Grayscale: #B8B8B8. Windows color (decimal): -2047216 or 1098720. OLE color: 1098720.

HSL color Cylindrical-coordinate representation of color #E0C310: hue angle of 51.63º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E0C310 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 195 16 -
CMYK 0 0.13 0.93 0.12
HSL 51.63º 0.87% 0.47% -
HSV(B) 51.63º 0.93% 0.88% -
XYZ 50.35 54.91 8.44 -
YUV 183.27 33.61 157.05 -
System Red Green Blue C M Y K H S L
Decimal 224 195 16 0 0.13 0.93 0.12 51.63 0.87 0.47
Hex E0 C3 10 0 D 5D C 34 57 2F
Octal 340 303 20 0 15 135 14 64 127 57
Binary 11100000 11000011 10000 0 1101 1011101 1100 110100 1010111 101111

Color Harmonies of #E0C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C310

Black with #E0C310

Text Example


Text Example

White with #E0C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C310; }

 p { color: rgb(224,195,16); }

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

background-color css

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

 a { background-color: rgb(224,195,16); }

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

border-color css

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

 span { border-color: rgb(224,195,16); }

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