Html Css Color HEX #E5BA2E Bright Sun

📋 copy color: '#E5BA2E'

red 229 ◦ green 186 ◦ blue 46

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

Shades of Bright Sun #E5BA2E

Tints of Bright Sun #E5BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.98%

R = 49.67%
G = 40.35%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5BA2E (or 0xE5BA2E) is known color: Bright Sun. HEX triplet: E5, BA and 2E. RGB value is (229,186,46). Sum of RGB (Red+Green+Blue) = 229+186+46=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 46 (18.36% from 255 or 9.98% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA2E is #1A45D1. Grayscale: #B7B7B7. Windows color (decimal): -1721810 or 3062501. OLE color: 3062501.

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

Color convert

RGB 229 186 46 -
CMYK 0 0.19 0.80 0.10
HSL 45.9º 0.78% 0.54% -
HSV(B) 45.9º 0.8% 0.9% -
XYZ 50.37 51.97 9.96 -
YUV 182.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 229 186 46 0 0.19 0.80 0.10 45.9 0.78 0.54
Hex E5 BA 2E 0 13 50 A 2E 4E 36
Octal 345 272 56 0 23 120 12 56 116 66
Binary 11100101 10111010 101110 0 10011 1010000 1010 101110 1001110 110110

Color Harmonies of #E5BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA2E

Black with #E5BA2E

Text Example


Text Example

White with #E5BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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