Html Css Color HEX #E5BD34 Bright Sun

📋 copy color: '#E5BD34'

red 229 ◦ green 189 ◦ blue 52

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

Shades of Bright Sun #E5BD34

Tints of Bright Sun #E5BD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.06%

R = 48.72%
G = 40.21%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E5BD34 (or 0xE5BD34) is known color: Bright Sun. HEX triplet: E5, BD and 34. RGB value is (229,189,52). Sum of RGB (Red+Green+Blue) = 229+189+52=470 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.72% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BD34 is #1A42CB. Grayscale: #B9B9B9. Windows color (decimal): -1721036 or 3456485. OLE color: 3456485.

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

Color convert

RGB 229 189 52 -
CMYK 0 0.17 0.77 0.10
HSL 46.44º 0.77% 0.55% -
HSV(B) 46.44º 0.77% 0.9% -
XYZ 51.13 53.3 10.84 -
YUV 185.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 229 189 52 0 0.17 0.77 0.10 46.44 0.77 0.55
Hex E5 BD 34 0 11 4D A 2E 4D 37
Octal 345 275 64 0 21 115 12 56 115 67
Binary 11100101 10111101 110100 0 10001 1001101 1010 101110 1001101 110111

Color Harmonies of #E5BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD34

Black with #E5BD34

Text Example


Text Example

White with #E5BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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