Html Css Color HEX #E2BE31 Bright Sun

📋 copy color: '#E2BE31'

red 226 ◦ green 190 ◦ blue 49

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

Shades of Bright Sun #E2BE31

Tints of Bright Sun #E2BE31

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

 BLUE value IS 49 (19.53% from 255) = 10.54%

R = 48.6%
G = 40.86%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E2BE31 (or 0xE2BE31) is known color: Bright Sun. HEX triplet: E2, BE and 31. RGB value is (226,190,49). Sum of RGB (Red+Green+Blue) = 226+190+49=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE31 is #1D41CE. Grayscale: #B9B9B9. Windows color (decimal): -1917391 or 3260130. OLE color: 3260130.

HSL color Cylindrical-coordinate representation of color #E2BE31: hue angle of 47.8º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2BE31 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 190 49 -
CMYK 0 0.16 0.78 0.11
HSL 47.8º 0.75% 0.54% -
HSV(B) 47.8º 0.78% 0.89% -
XYZ 50.33 53.22 10.52 -
YUV 184.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 226 190 49 0 0.16 0.78 0.11 47.8 0.75 0.54
Hex E2 BE 31 0 10 4E B 30 4B 36
Octal 342 276 61 0 20 116 13 60 113 66
Binary 11100010 10111110 110001 0 10000 1001110 1011 110000 1001011 110110

Color Harmonies of #E2BE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BE31

Black with #E2BE31

Text Example


Text Example

White with #E2BE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BE31; }

 p { color: rgb(226,190,49); }

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

background-color css

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

 a { background-color: rgb(226,190,49); }

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

border-color css

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

 span { border-color: rgb(226,190,49); }

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