Html Css Color HEX #E5BC32 Bright Sun

📋 copy color: '#E5BC32'

red 229 ◦ green 188 ◦ blue 50

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

Shades of Bright Sun #E5BC32

Tints of Bright Sun #E5BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

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

R = 49.04%
G = 40.26%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E5BC32 (or 0xE5BC32) is known color: Bright Sun. HEX triplet: E5, BC and 32. RGB value is (229,188,50). Sum of RGB (Red+Green+Blue) = 229+188+50=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC32 is #1A43CD. Grayscale: #B9B9B9. Windows color (decimal): -1721294 or 3325157. OLE color: 3325157.

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

Color convert

RGB 229 188 50 -
CMYK 0 0.18 0.78 0.10
HSL 46.26º 0.77% 0.55% -
HSV(B) 46.26º 0.78% 0.9% -
XYZ 50.87 52.85 10.54 -
YUV 184.53 52.08 159.72 -
System Red Green Blue C M Y K H S L
Decimal 229 188 50 0 0.18 0.78 0.10 46.26 0.77 0.55
Hex E5 BC 32 0 12 4E A 2E 4D 37
Octal 345 274 62 0 22 116 12 56 115 67
Binary 11100101 10111100 110010 0 10010 1001110 1010 101110 1001101 110111

Color Harmonies of #E5BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC32

Black with #E5BC32

Text Example


Text Example

White with #E5BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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