Html Css Color HEX #E5BF2E Bright Sun

📋 copy color: '#E5BF2E'

red 229 ◦ green 191 ◦ blue 46

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

Shades of Bright Sun #E5BF2E

Tints of Bright Sun #E5BF2E

RGB

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

 GREEN value IS 191 (75% from 255) = 40.99%

 BLUE value IS 46 (18.36% from 255) = 9.87%

R = 49.14%
G = 40.99%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5BF2E (or 0xE5BF2E) is known color: Bright Sun. HEX triplet: E5, BF and 2E. RGB value is (229,191,46). Sum of RGB (Red+Green+Blue) = 229+191+46=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BF2E is #1A40D1. Grayscale: #BABABA. Windows color (decimal): -1720530 or 3063781. OLE color: 3063781.

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

Color convert

RGB 229 191 46 -
CMYK 0 0.17 0.80 0.10
HSL 47.54º 0.78% 0.54% -
HSV(B) 47.54º 0.8% 0.9% -
XYZ 51.44 54.12 10.32 -
YUV 185.83 49.09 158.79 -
System Red Green Blue C M Y K H S L
Decimal 229 191 46 0 0.17 0.80 0.10 47.54 0.78 0.54
Hex E5 BF 2E 0 11 50 A 30 4E 36
Octal 345 277 56 0 21 120 12 60 116 66
Binary 11100101 10111111 101110 0 10001 1010000 1010 110000 1001110 110110

Color Harmonies of #E5BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BF2E

Black with #E5BF2E

Text Example


Text Example

White with #E5BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BF2E; }

 p { color: rgb(229,191,46); }

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

background-color css

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

 a { background-color: rgb(229,191,46); }

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

border-color css

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

 span { border-color: rgb(229,191,46); }

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