Html Css Color HEX #E5BC2F Bright Sun

📋 copy color: '#E5BC2F'

red 229 ◦ green 188 ◦ blue 47

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

Shades of Bright Sun #E5BC2F

Tints of Bright Sun #E5BC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.13%

R = 49.35%
G = 40.52%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5BC2F (or 0xE5BC2F) is known color: Bright Sun. HEX triplet: E5, BC and 2F. RGB value is (229,188,47). Sum of RGB (Red+Green+Blue) = 229+188+47=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BC2F is #1A43D0. Grayscale: #B8B8B8. Windows color (decimal): -1721297 or 3128549. OLE color: 3128549.

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

Color convert

RGB 229 188 47 -
CMYK 0 0.18 0.79 0.10
HSL 46.48º 0.78% 0.54% -
HSV(B) 46.48º 0.79% 0.9% -
XYZ 50.81 52.83 10.21 -
YUV 184.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 229 188 47 0 0.18 0.79 0.10 46.48 0.78 0.54
Hex E5 BC 2F 0 12 4F A 2E 4E 36
Octal 345 274 57 0 22 117 12 56 116 66
Binary 11100101 10111100 101111 0 10010 1001111 1010 101110 1001110 110110

Color Harmonies of #E5BC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BC2F

Black with #E5BC2F

Text Example


Text Example

White with #E5BC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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