Html Css Color HEX #E5BD32 Bright Sun

📋 copy color: '#E5BD32'

red 229 ◦ green 189 ◦ blue 50

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

Shades of Bright Sun #E5BD32

Tints of Bright Sun #E5BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.38%

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

R = 48.93%
G = 40.38%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5BD32 (or 0xE5BD32) is known color: Bright Sun. HEX triplet: E5, BD and 32. RGB value is (229,189,50). Sum of RGB (Red+Green+Blue) = 229+189+50=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BD32 is #1A42CD. Grayscale: #B9B9B9. Windows color (decimal): -1721038 or 3325413. OLE color: 3325413.

HSL color Cylindrical-coordinate representation of color #E5BD32: hue angle of 46.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 #E5BD32 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 50 -
CMYK 0 0.17 0.78 0.10
HSL 46.59º 0.77% 0.55% -
HSV(B) 46.59º 0.78% 0.9% -
XYZ 51.09 53.28 10.61 -
YUV 185.11 51.75 159.3 -
System Red Green Blue C M Y K H S L
Decimal 229 189 50 0 0.17 0.78 0.10 46.59 0.77 0.55
Hex E5 BD 32 0 11 4E A 2F 4D 37
Octal 345 275 62 0 21 116 12 57 115 67
Binary 11100101 10111101 110010 0 10001 1001110 1010 101111 1001101 110111

Color Harmonies of #E5BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD32

Black with #E5BD32

Text Example


Text Example

White with #E5BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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