Html Css Color HEX #E2B30F Sunflower

📋 copy color: '#E2B30F'

red 226 ◦ green 179 ◦ blue 15

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

Shades of Sunflower #E2B30F

Tints of Sunflower #E2B30F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.62%

 BLUE value IS 15 (6.25% from 255) = 3.57%

R = 53.81%
G = 42.62%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E2B30F (or 0xE2B30F) is known color: Sunflower. HEX triplet: E2, B3 and 0F. RGB value is (226,179,15). Sum of RGB (Red+Green+Blue) = 226+179+15=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B30F is #1D4CF0. Grayscale: #AFAFAF. Windows color (decimal): -1920241 or 1029090. OLE color: 1029090.

HSL color Cylindrical-coordinate representation of color #E2B30F: hue angle of 46.64º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2B30F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 179 15 -
CMYK 0 0.21 0.93 0.11
HSL 46.64º 0.88% 0.47% -
HSV(B) 46.64º 0.93% 0.89% -
XYZ 47.57 48.44 7.3 -
YUV 174.36 38.07 164.84 -
System Red Green Blue C M Y K H S L
Decimal 226 179 15 0 0.21 0.93 0.11 46.64 0.88 0.47
Hex E2 B3 F 0 15 5D B 2F 58 2F
Octal 342 263 17 0 25 135 13 57 130 57
Binary 11100010 10110011 1111 0 10101 1011101 1011 101111 1011000 101111

Color Harmonies of #E2B30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B30F

Black with #E2B30F

Text Example


Text Example

White with #E2B30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B30F; }

 p { color: rgb(226,179,15); }

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

background-color css

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

 a { background-color: rgb(226,179,15); }

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

border-color css

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

 span { border-color: rgb(226,179,15); }

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