Html Css Color HEX #E5BA31 Bright Sun

📋 copy color: '#E5BA31'

red 229 ◦ green 186 ◦ blue 49

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

Shades of Bright Sun #E5BA31

Tints of Bright Sun #E5BA31

RGB

 RED value IS 229 (89.84% from 255) = 49.35%

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

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

R = 49.35%
G = 40.09%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5BA31 (or 0xE5BA31) is known color: Bright Sun. HEX triplet: E5, BA and 31. RGB value is (229,186,49). Sum of RGB (Red+Green+Blue) = 229+186+49=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA31 is #1A45CE. Grayscale: #B7B7B7. Windows color (decimal): -1721807 or 3259109. OLE color: 3259109.

HSL color Cylindrical-coordinate representation of color #E5BA31: hue angle of 45.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5BA31 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 186 49 -
CMYK 0 0.19 0.79 0.10
HSL 45.67º 0.78% 0.55% -
HSV(B) 45.67º 0.79% 0.9% -
XYZ 50.43 52 10.28 -
YUV 183.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 229 186 49 0 0.19 0.79 0.10 45.67 0.78 0.55
Hex E5 BA 31 0 13 4F A 2E 4E 37
Octal 345 272 61 0 23 117 12 56 116 67
Binary 11100101 10111010 110001 0 10011 1001111 1010 101110 1001110 110111

Color Harmonies of #E5BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA31

Black with #E5BA31

Text Example


Text Example

White with #E5BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA31; }

 p { color: rgb(229,186,49); }

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

background-color css

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

 a { background-color: rgb(229,186,49); }

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

border-color css

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

 span { border-color: rgb(229,186,49); }

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