Html Css Color HEX #E5C32F Bright Sun

📋 copy color: '#E5C32F'

red 229 ◦ green 195 ◦ blue 47

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

Shades of Bright Sun #E5C32F

Tints of Bright Sun #E5C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.4%

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

R = 48.62%
G = 41.4%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5C32F (or 0xE5C32F) is known color: Bright Sun. HEX triplet: E5, C3 and 2F. RGB value is (229,195,47). Sum of RGB (Red+Green+Blue) = 229+195+47=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 47 (18.75% from 255 or 9.98% from 471); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C32F is #1A3CD0. Grayscale: #BCBCBC. Windows color (decimal): -1719505 or 3130341. OLE color: 3130341.

HSL color Cylindrical-coordinate representation of color #E5C32F: hue angle of 48.79º 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 #E5C32F is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 195 47 -
CMYK 0 0.15 0.79 0.10
HSL 48.79º 0.78% 0.54% -
HSV(B) 48.79º 0.79% 0.9% -
XYZ 52.34 55.89 10.72 -
YUV 188.29 48.26 157.03 -
System Red Green Blue C M Y K H S L
Decimal 229 195 47 0 0.15 0.79 0.10 48.79 0.78 0.54
Hex E5 C3 2F 0 F 4F A 31 4E 36
Octal 345 303 57 0 17 117 12 61 116 66
Binary 11100101 11000011 101111 0 1111 1001111 1010 110001 1001110 110110

Color Harmonies of #E5C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C32F

Black with #E5C32F

Text Example


Text Example

White with #E5C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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