Html Css Color HEX #E5BA32 Bright Sun

📋 copy color: '#E5BA32'

red 229 ◦ green 186 ◦ blue 50

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

Shades of Bright Sun #E5BA32

Tints of Bright Sun #E5BA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.75%

R = 49.25%
G = 40%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5BA32 (or 0xE5BA32) is known color: Bright Sun. HEX triplet: E5, BA and 32. RGB value is (229,186,50). Sum of RGB (Red+Green+Blue) = 229+186+50=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA32 is #1A45CD. Grayscale: #B7B7B7. Windows color (decimal): -1721806 or 3324645. OLE color: 3324645.

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

Color convert

RGB 229 186 50 -
CMYK 0 0.19 0.78 0.10
HSL 45.59º 0.77% 0.55% -
HSV(B) 45.59º 0.78% 0.9% -
XYZ 50.45 52.01 10.4 -
YUV 183.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 229 186 50 0 0.19 0.78 0.10 45.59 0.77 0.55
Hex E5 BA 32 0 13 4E A 2E 4D 37
Octal 345 272 62 0 23 116 12 56 115 67
Binary 11100101 10111010 110010 0 10011 1001110 1010 101110 1001101 110111

Color Harmonies of #E5BA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BA32

Black with #E5BA32

Text Example


Text Example

White with #E5BA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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