Html Css Color HEX #E7C032 Bright Sun

📋 copy color: '#E7C032'

red 231 ◦ green 192 ◦ blue 50

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

Shades of Bright Sun #E7C032

Tints of Bright Sun #E7C032

RGB

 RED value IS 231 (90.63% from 255) = 48.84%

 GREEN value IS 192 (75.39% from 255) = 40.59%

 BLUE value IS 50 (19.92% from 255) = 10.57%

R = 48.84%
G = 40.59%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E7C032 (or 0xE7C032) is known color: Bright Sun. HEX triplet: E7, C0 and 32. RGB value is (231,192,50). Sum of RGB (Red+Green+Blue) = 231+192+50=473 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.84% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7C032 is #183FCD. Grayscale: #BCBCBC. Windows color (decimal): -1589198 or 3326183. OLE color: 3326183.

HSL color Cylindrical-coordinate representation of color #E7C032: hue angle of 47.07º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E7C032 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 192 50 -
CMYK 0 0.17 0.78 0.09
HSL 47.07º 0.79% 0.55% -
HSV(B) 47.07º 0.78% 0.91% -
XYZ 52.38 54.92 10.86 -
YUV 187.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 231 192 50 0 0.17 0.78 0.09 47.07 0.79 0.55
Hex E7 C0 32 0 11 4E 9 2F 4F 37
Octal 347 300 62 0 21 116 11 57 117 67
Binary 11100111 11000000 110010 0 10001 1001110 1001 101111 1001111 110111

Color Harmonies of #E7C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C032

Black with #E7C032

Text Example


Text Example

White with #E7C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C032; }

 p { color: rgb(231,192,50); }

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

background-color css

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

 a { background-color: rgb(231,192,50); }

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

border-color css

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

 span { border-color: rgb(231,192,50); }

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