Html Css Color HEX #E2BD39 Bright Sun

📋 copy color: '#E2BD39'

red 226 ◦ green 189 ◦ blue 57

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

Shades of Bright Sun #E2BD39

Tints of Bright Sun #E2BD39

RGB

 RED value IS 226 (88.67% from 255) = 47.88%

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

 BLUE value IS 57 (22.66% from 255) = 12.08%

R = 47.88%
G = 40.04%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E2BD39 (or 0xE2BD39) is known color: Bright Sun. HEX triplet: E2, BD and 39. RGB value is (226,189,57). Sum of RGB (Red+Green+Blue) = 226+189+57=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD39 is #1D42C6. Grayscale: #B9B9B9. Windows color (decimal): -1917639 or 3784162. OLE color: 3784162.

HSL color Cylindrical-coordinate representation of color #E2BD39: hue angle of 46.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2BD39 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 189 57 -
CMYK 0 0.16 0.75 0.11
HSL 46.86º 0.74% 0.55% -
HSV(B) 46.86º 0.75% 0.89% -
XYZ 50.3 52.86 11.42 -
YUV 185.02 55.76 157.23 -
System Red Green Blue C M Y K H S L
Decimal 226 189 57 0 0.16 0.75 0.11 46.86 0.74 0.55
Hex E2 BD 39 0 10 4B B 2F 4A 37
Octal 342 275 71 0 20 113 13 57 112 67
Binary 11100010 10111101 111001 0 10000 1001011 1011 101111 1001010 110111

Color Harmonies of #E2BD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD39

Black with #E2BD39

Text Example


Text Example

White with #E2BD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD39; }

 p { color: rgb(226,189,57); }

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

background-color css

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

 a { background-color: rgb(226,189,57); }

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

border-color css

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

 span { border-color: rgb(226,189,57); }

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