Html Css Color HEX #E1C30C Sunflower

📋 copy color: '#E1C30C'

red 225 ◦ green 195 ◦ blue 12

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

Shades of Sunflower #E1C30C

Tints of Sunflower #E1C30C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.78%

R = 52.08%
G = 45.14%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1C30C (or 0xE1C30C) is known color: Sunflower. HEX triplet: E1, C3 and 0C. RGB value is (225,195,12). Sum of RGB (Red+Green+Blue) = 225+195+12=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C30C is #1E3CF3. Grayscale: #B7B7B7. Windows color (decimal): -1981684 or 836577. OLE color: 836577.

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

Color convert

RGB 225 195 12 -
CMYK 0 0.13 0.95 0.12
HSL 51.55º 0.9% 0.46% -
HSV(B) 51.55º 0.95% 0.88% -
XYZ 50.63 55.06 8.31 -
YUV 183.11 31.44 157.88 -
System Red Green Blue C M Y K H S L
Decimal 225 195 12 0 0.13 0.95 0.12 51.55 0.9 0.46
Hex E1 C3 C 0 D 5F C 34 5A 2E
Octal 341 303 14 0 15 137 14 64 132 56
Binary 11100001 11000011 1100 0 1101 1011111 1100 110100 1011010 101110

Color Harmonies of #E1C30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C30C

Black with #E1C30C

Text Example


Text Example

White with #E1C30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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