Html Css Color HEX #E5C42A Bright Sun

📋 copy color: '#E5C42A'

red 229 ◦ green 196 ◦ blue 42

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

Shades of Bright Sun #E5C42A

Tints of Bright Sun #E5C42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

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

R = 49.04%
G = 41.97%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5C42A (or 0xE5C42A) is known color: Bright Sun. HEX triplet: E5, C4 and 2A. RGB value is (229,196,42). Sum of RGB (Red+Green+Blue) = 229+196+42=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C42A is #1A3BD5. Grayscale: #BCBCBC. Windows color (decimal): -1719254 or 2802917. OLE color: 2802917.

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

Color convert

RGB 229 196 42 -
CMYK 0 0.14 0.82 0.10
HSL 49.41º 0.78% 0.53% -
HSV(B) 49.41º 0.82% 0.9% -
XYZ 52.47 56.31 10.29 -
YUV 188.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 229 196 42 0 0.14 0.82 0.10 49.41 0.78 0.53
Hex E5 C4 2A 0 E 52 A 31 4E 35
Octal 345 304 52 0 16 122 12 61 116 65
Binary 11100101 11000100 101010 0 1110 1010010 1010 110001 1001110 110101

Color Harmonies of #E5C42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C42A

Black with #E5C42A

Text Example


Text Example

White with #E5C42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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