Html Css Color HEX #E5C12F Bright Sun

📋 copy color: '#E5C12F'

red 229 ◦ green 193 ◦ blue 47

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

Shades of Bright Sun #E5C12F

Tints of Bright Sun #E5C12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.15%

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

R = 48.83%
G = 41.15%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5C12F (or 0xE5C12F) is known color: Bright Sun. HEX triplet: E5, C1 and 2F. RGB value is (229,193,47). Sum of RGB (Red+Green+Blue) = 229+193+47=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C12F is #1A3ED0. Grayscale: #BBBBBB. Windows color (decimal): -1720017 or 3129829. OLE color: 3129829.

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

Color convert

RGB 229 193 47 -
CMYK 0 0.16 0.79 0.10
HSL 48.13º 0.78% 0.54% -
HSV(B) 48.13º 0.79% 0.9% -
XYZ 51.9 55 10.57 -
YUV 187.12 48.93 157.87 -
System Red Green Blue C M Y K H S L
Decimal 229 193 47 0 0.16 0.79 0.10 48.13 0.78 0.54
Hex E5 C1 2F 0 10 4F A 30 4E 36
Octal 345 301 57 0 20 117 12 60 116 66
Binary 11100101 11000001 101111 0 10000 1001111 1010 110000 1001110 110110

Color Harmonies of #E5C12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C12F

Black with #E5C12F

Text Example


Text Example

White with #E5C12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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