Html Css Color HEX #E5BA29 Bright Sun

📋 copy color: '#E5BA29'

red 229 ◦ green 186 ◦ blue 41

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

Shades of Bright Sun #E5BA29

Tints of Bright Sun #E5BA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 50.22%
G = 40.79%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5BA29 (or 0xE5BA29) is known color: Bright Sun. HEX triplet: E5, BA and 29. RGB value is (229,186,41). Sum of RGB (Red+Green+Blue) = 229+186+41=456 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.22% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA29 is #1A45D6. Grayscale: #B6B6B6. Windows color (decimal): -1721815 or 2734821. OLE color: 2734821.

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

Color convert

RGB 229 186 41 -
CMYK 0 0.19 0.82 0.10
HSL 46.28º 0.78% 0.53% -
HSV(B) 46.28º 0.82% 0.9% -
XYZ 50.27 51.94 9.47 -
YUV 182.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 229 186 41 0 0.19 0.82 0.10 46.28 0.78 0.53
Hex E5 BA 29 0 13 52 A 2E 4E 35
Octal 345 272 51 0 23 122 12 56 116 65
Binary 11100101 10111010 101001 0 10011 1010010 1010 101110 1001110 110101

Color Harmonies of #E5BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA29

Black with #E5BA29

Text Example


Text Example

White with #E5BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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