Html Css Color HEX #E0C30F Sunflower

📋 copy color: '#E0C30F'

red 224 ◦ green 195 ◦ blue 15

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

Shades of Sunflower #E0C30F

Tints of Sunflower #E0C30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.46%

R = 51.61%
G = 44.93%
B = 3.46%

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

#E0C30F (or 0xE0C30F) is known color: Sunflower. HEX triplet: E0, C3 and 0F. RGB value is (224,195,15). Sum of RGB (Red+Green+Blue) = 224+195+15=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0C30F is #1F3CF0. Grayscale: #B7B7B7. Windows color (decimal): -2047217 or 1033184. OLE color: 1033184.

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

Color convert

RGB 224 195 15 -
CMYK 0 0.13 0.93 0.12
HSL 51.67º 0.87% 0.47% -
HSV(B) 51.67º 0.93% 0.88% -
XYZ 50.34 54.91 8.4 -
YUV 183.15 33.11 157.14 -
System Red Green Blue C M Y K H S L
Decimal 224 195 15 0 0.13 0.93 0.12 51.67 0.87 0.47
Hex E0 C3 F 0 D 5D C 34 57 2F
Octal 340 303 17 0 15 135 14 64 127 57
Binary 11100000 11000011 1111 0 1101 1011101 1100 110100 1010111 101111

Color Harmonies of #E0C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C30F

Black with #E0C30F

Text Example


Text Example

White with #E0C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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