Html Css Color HEX #EAE626 Golden Fizz

📋 copy color: '#EAE626'

red 234 ◦ green 230 ◦ blue 38

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

Shades of Golden Fizz #EAE626

Tints of Golden Fizz #EAE626

RGB

 RED value IS 234 (91.8% from 255) = 46.61%

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

 BLUE value IS 38 (15.23% from 255) = 7.57%

R = 46.61%
G = 45.82%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EAE626 (or 0xEAE626) is known color: Golden Fizz. HEX triplet: EA, E6 and 26. RGB value is (234,230,38). Sum of RGB (Red+Green+Blue) = 234+230+38=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE626 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE626 is #1519D9. Grayscale: #D2D2D2. Windows color (decimal): -1382874 or 2549482. OLE color: 2549482.

HSL color Cylindrical-coordinate representation of color #EAE626: hue angle of 58.78º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EAE626 is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 230 38 -
CMYK 0 0.02 0.84 0.08
HSL 58.78º 0.82% 0.53% -
HSV(B) 58.78º 0.84% 0.92% -
XYZ 62.58 74.23 12.86 -
YUV 209.31 31.33 145.61 -
System Red Green Blue C M Y K H S L
Decimal 234 230 38 0 0.02 0.84 0.08 58.78 0.82 0.53
Hex EA E6 26 0 2 54 8 3B 52 35
Octal 352 346 46 0 2 124 10 73 122 65
Binary 11101010 11100110 100110 0 10 1010100 1000 111011 1010010 110101

Color Harmonies of #EAE626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE626

Black with #EAE626

Text Example


Text Example

White with #EAE626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE626; }

 p { color: rgb(234,230,38); }

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

background-color css

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

 a { background-color: rgb(234,230,38); }

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

border-color css

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

 span { border-color: rgb(234,230,38); }

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