Html Css Color HEX #E5E62A Golden Fizz

📋 copy color: '#E5E62A'

red 229 ◦ green 230 ◦ blue 42

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

Shades of Golden Fizz #E5E62A

Tints of Golden Fizz #E5E62A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.91%

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

R = 45.71%
G = 45.91%
B = 8.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E5E62A (or 0xE5E62A) is known color: Golden Fizz. HEX triplet: E5, E6 and 2A. RGB value is (229,230,42). Sum of RGB (Red+Green+Blue) = 229+230+42=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E62A is #1A19D5. Grayscale: #D1D1D1. Windows color (decimal): -1710550 or 2811621. OLE color: 2811621.

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

Color convert

RGB 229 230 42 -
CMYK 0.00 0 0.82 0.10
HSL 60.32º 0.79% 0.53% -
HSV(B) 60.32º 0.82% 0.9% -
XYZ 61.03 73.42 13.15 -
YUV 208.27 34.17 142.79 -
System Red Green Blue C M Y K H S L
Decimal 229 230 42 0.00 0 0.82 0.10 60.32 0.79 0.53
Hex E5 E6 2A 0 0 52 A 3C 4F 35
Octal 345 346 52 0 0 122 12 74 117 65
Binary 11100101 11100110 101010 0 0 1010010 1010 111100 1001111 110101

Color Harmonies of #E5E62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E62A

Black with #E5E62A

Text Example


Text Example

White with #E5E62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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