Html Css Color HEX #E2C731 Bright Sun

📋 copy color: '#E2C731'

red 226 ◦ green 199 ◦ blue 49

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

Shades of Bright Sun #E2C731

Tints of Bright Sun #E2C731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.98%

 BLUE value IS 49 (19.53% from 255) = 10.34%

R = 47.68%
G = 41.98%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E2C731 (or 0xE2C731) is known color: Bright Sun. HEX triplet: E2, C7 and 31. RGB value is (226,199,49). Sum of RGB (Red+Green+Blue) = 226+199+49=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C731 is #1D38CE. Grayscale: #BEBEBE. Windows color (decimal): -1915087 or 3262434. OLE color: 3262434.

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

Color convert

RGB 226 199 49 -
CMYK 0 0.12 0.78 0.11
HSL 50.85º 0.75% 0.54% -
HSV(B) 50.85º 0.78% 0.89% -
XYZ 52.34 57.24 11.19 -
YUV 189.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 226 199 49 0 0.12 0.78 0.11 50.85 0.75 0.54
Hex E2 C7 31 0 C 4E B 33 4B 36
Octal 342 307 61 0 14 116 13 63 113 66
Binary 11100010 11000111 110001 0 1100 1001110 1011 110011 1001011 110110

Color Harmonies of #E2C731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C731

Black with #E2C731

Text Example


Text Example

White with #E2C731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C731; }

 p { color: rgb(226,199,49); }

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

background-color css

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

 a { background-color: rgb(226,199,49); }

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

border-color css

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

 span { border-color: rgb(226,199,49); }

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