Html Css Color HEX #E1BA0C Sunflower

📋 copy color: '#E1BA0C'

red 225 ◦ green 186 ◦ blue 12

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

Shades of Sunflower #E1BA0C

Tints of Sunflower #E1BA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.97%

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

R = 53.19%
G = 43.97%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1BA0C (or 0xE1BA0C) is known color: Sunflower. HEX triplet: E1, BA and 0C. RGB value is (225,186,12). Sum of RGB (Red+Green+Blue) = 225+186+12=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BA0C is #1E45F3. Grayscale: #B2B2B2. Windows color (decimal): -1983988 or 834273. OLE color: 834273.

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

Color convert

RGB 225 186 12 -
CMYK 0 0.17 0.95 0.12
HSL 49.01º 0.9% 0.46% -
HSV(B) 49.01º 0.95% 0.88% -
XYZ 48.68 51.15 7.66 -
YUV 177.83 34.42 161.65 -
System Red Green Blue C M Y K H S L
Decimal 225 186 12 0 0.17 0.95 0.12 49.01 0.9 0.46
Hex E1 BA C 0 11 5F C 31 5A 2E
Octal 341 272 14 0 21 137 14 61 132 56
Binary 11100001 10111010 1100 0 10001 1011111 1100 110001 1011010 101110

Color Harmonies of #E1BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA0C

Black with #E1BA0C

Text Example


Text Example

White with #E1BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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