Html Css Color HEX #E5C12A Bright Sun

📋 copy color: '#E5C12A'

red 229 ◦ green 193 ◦ blue 42

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

Shades of Bright Sun #E5C12A

Tints of Bright Sun #E5C12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.05%

R = 49.35%
G = 41.59%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5C12A (or 0xE5C12A) is known color: Bright Sun. HEX triplet: E5, C1 and 2A. RGB value is (229,193,42). Sum of RGB (Red+Green+Blue) = 229+193+42=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C12A is #1A3ED5. Grayscale: #BBBBBB. Windows color (decimal): -1720022 or 2802149. OLE color: 2802149.

HSL color Cylindrical-coordinate representation of color #E5C12A: hue angle of 48.45º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5C12A is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 193 42 -
CMYK 0 0.16 0.82 0.10
HSL 48.45º 0.78% 0.53% -
HSV(B) 48.45º 0.82% 0.9% -
XYZ 51.8 54.97 10.07 -
YUV 186.55 46.43 158.28 -
System Red Green Blue C M Y K H S L
Decimal 229 193 42 0 0.16 0.82 0.10 48.45 0.78 0.53
Hex E5 C1 2A 0 10 52 A 30 4E 35
Octal 345 301 52 0 20 122 12 60 116 65
Binary 11100101 11000001 101010 0 10000 1010010 1010 110000 1001110 110101

Color Harmonies of #E5C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C12A

Black with #E5C12A

Text Example


Text Example

White with #E5C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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