Html Css Color HEX #E1BC0C Sunflower

📋 copy color: '#E1BC0C'

red 225 ◦ green 188 ◦ blue 12

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

Shades of Sunflower #E1BC0C

Tints of Sunflower #E1BC0C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.24%

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

R = 52.94%
G = 44.24%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1BC0C (or 0xE1BC0C) is known color: Sunflower. HEX triplet: E1, BC and 0C. RGB value is (225,188,12). Sum of RGB (Red+Green+Blue) = 225+188+12=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BC0C is #1E43F3. Grayscale: #B3B3B3. Windows color (decimal): -1983476 or 834785. OLE color: 834785.

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

Color convert

RGB 225 188 12 -
CMYK 0 0.16 0.95 0.12
HSL 49.58º 0.9% 0.46% -
HSV(B) 49.58º 0.95% 0.88% -
XYZ 49.1 52 7.8 -
YUV 179 33.76 160.81 -
System Red Green Blue C M Y K H S L
Decimal 225 188 12 0 0.16 0.95 0.12 49.58 0.9 0.46
Hex E1 BC C 0 10 5F C 32 5A 2E
Octal 341 274 14 0 20 137 14 62 132 56
Binary 11100001 10111100 1100 0 10000 1011111 1100 110010 1011010 101110

Color Harmonies of #E1BC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC0C

Black with #E1BC0C

Text Example


Text Example

White with #E1BC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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