Html Css Color HEX #E1C30F Sunflower

📋 copy color: '#E1C30F'

red 225 ◦ green 195 ◦ blue 15

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

Shades of Sunflower #E1C30F

Tints of Sunflower #E1C30F

RGB

 RED value IS 225 (88.28% from 255) = 51.72%

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

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

R = 51.72%
G = 44.83%
B = 3.45%

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

#E1C30F (or 0xE1C30F) is known color: Sunflower. HEX triplet: E1, C3 and 0F. RGB value is (225,195,15). Sum of RGB (Red+Green+Blue) = 225+195+15=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C30F is #1E3CF0. Grayscale: #B8B8B8. Windows color (decimal): -1981681 or 1033185. OLE color: 1033185.

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

Color convert

RGB 225 195 15 -
CMYK 0 0.13 0.93 0.12
HSL 51.43º 0.88% 0.47% -
HSV(B) 51.43º 0.93% 0.88% -
XYZ 50.65 55.07 8.41 -
YUV 183.45 32.94 157.64 -
System Red Green Blue C M Y K H S L
Decimal 225 195 15 0 0.13 0.93 0.12 51.43 0.88 0.47
Hex E1 C3 F 0 D 5D C 33 58 2F
Octal 341 303 17 0 15 135 14 63 130 57
Binary 11100001 11000011 1111 0 1101 1011101 1100 110011 1011000 101111

Color Harmonies of #E1C30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C30F

Black with #E1C30F

Text Example


Text Example

White with #E1C30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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