Html Css Color HEX #EAE61D Golden Fizz

📋 copy color: '#EAE61D'

red 234 ◦ green 230 ◦ blue 29

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

Shades of Golden Fizz #EAE61D

Tints of Golden Fizz #EAE61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.88%

R = 47.46%
G = 46.65%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EAE61D (or 0xEAE61D) is known color: Golden Fizz. HEX triplet: EA, E6 and 1D. RGB value is (234,230,29). Sum of RGB (Red+Green+Blue) = 234+230+29=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE61D is #1519E2. Grayscale: #D1D1D1. Windows color (decimal): -1382883 or 1959658. OLE color: 1959658.

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

Color convert

RGB 234 230 29 -
CMYK 0 0.02 0.88 0.08
HSL 58.83º 0.83% 0.52% -
HSV(B) 58.83º 0.88% 0.92% -
XYZ 62.45 74.17 12.19 -
YUV 208.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 234 230 29 0 0.02 0.88 0.08 58.83 0.83 0.52
Hex EA E6 1D 0 2 58 8 3B 53 34
Octal 352 346 35 0 2 130 10 73 123 64
Binary 11101010 11100110 11101 0 10 1011000 1000 111011 1010011 110100

Color Harmonies of #EAE61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE61D

Black with #EAE61D

Text Example


Text Example

White with #EAE61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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