Html Css Color HEX #E1C10C Sunflower

📋 copy color: '#E1C10C'

red 225 ◦ green 193 ◦ blue 12

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

Shades of Sunflower #E1C10C

Tints of Sunflower #E1C10C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

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

R = 52.33%
G = 44.88%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1C10C (or 0xE1C10C) is known color: Sunflower. HEX triplet: E1, C1 and 0C. RGB value is (225,193,12). Sum of RGB (Red+Green+Blue) = 225+193+12=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 12 (5.08% from 255 or 2.79% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1C10C is #1E3EF3. Grayscale: #B6B6B6. Windows color (decimal): -1982196 or 836065. OLE color: 836065.

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

Color convert

RGB 225 193 12 -
CMYK 0 0.14 0.95 0.12
HSL 50.99º 0.9% 0.46% -
HSV(B) 50.99º 0.95% 0.88% -
XYZ 50.19 54.17 8.16 -
YUV 181.93 32.1 158.72 -
System Red Green Blue C M Y K H S L
Decimal 225 193 12 0 0.14 0.95 0.12 50.99 0.9 0.46
Hex E1 C1 C 0 E 5F C 33 5A 2E
Octal 341 301 14 0 16 137 14 63 132 56
Binary 11100001 11000001 1100 0 1110 1011111 1100 110011 1011010 101110

Color Harmonies of #E1C10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C10C

Black with #E1C10C

Text Example


Text Example

White with #E1C10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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