Html Css Color HEX #E2BC1F Sunflower

📋 copy color: '#E2BC1F'

red 226 ◦ green 188 ◦ blue 31

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

Shades of Sunflower #E2BC1F

Tints of Sunflower #E2BC1F

RGB

 RED value IS 226 (88.67% from 255) = 50.79%

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

 BLUE value IS 31 (12.5% from 255) = 6.97%

R = 50.79%
G = 42.25%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E2BC1F (or 0xE2BC1F) is known color: Sunflower. HEX triplet: E2, BC and 1F. RGB value is (226,188,31). Sum of RGB (Red+Green+Blue) = 226+188+31=445 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.79% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BC1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BC1F is #1D43E0. Grayscale: #B6B6B6. Windows color (decimal): -1917921 or 2079970. OLE color: 2079970.

HSL color Cylindrical-coordinate representation of color #E2BC1F: hue angle of 48.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2BC1F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 188 31 -
CMYK 0 0.17 0.86 0.11
HSL 48.31º 0.77% 0.5% -
HSV(B) 48.31º 0.86% 0.89% -
XYZ 49.59 52.23 8.76 -
YUV 181.46 43.09 159.77 -
System Red Green Blue C M Y K H S L
Decimal 226 188 31 0 0.17 0.86 0.11 48.31 0.77 0.5
Hex E2 BC 1F 0 11 56 B 30 4D 32
Octal 342 274 37 0 21 126 13 60 115 62
Binary 11100010 10111100 11111 0 10001 1010110 1011 110000 1001101 110010

Color Harmonies of #E2BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BC1F

Black with #E2BC1F

Text Example


Text Example

White with #E2BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BC1F; }

 p { color: rgb(226,188,31); }

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

background-color css

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

 a { background-color: rgb(226,188,31); }

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

border-color css

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

 span { border-color: rgb(226,188,31); }

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