Html Css Color HEX #EAF231 Golden Fizz

📋 copy color: '#EAF231'

red 234 ◦ green 242 ◦ blue 49

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

Shades of Golden Fizz #EAF231

Tints of Golden Fizz #EAF231

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.1%

 BLUE value IS 49 (19.53% from 255) = 9.33%

R = 44.57%
G = 46.1%
B = 9.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EAF231 (or 0xEAF231) is known color: Golden Fizz. HEX triplet: EA, F2 and 31. RGB value is (234,242,49). Sum of RGB (Red+Green+Blue) = 234+242+49=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 49 (19.53% from 255 or 9.33% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF231 is #150DCE. Grayscale: #DADADA. Windows color (decimal): -1379791 or 3273450. OLE color: 3273450.

HSL color Cylindrical-coordinate representation of color #EAF231: hue angle of 62.49º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAF231 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 49 -
CMYK 0.03 0 0.80 0.05
HSL 62.49º 0.88% 0.57% -
HSV(B) 62.49º 0.8% 0.95% -
XYZ 66.24 81.22 15.09 -
YUV 217.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 234 242 49 0.03 0 0.80 0.05 62.49 0.88 0.57
Hex EA F2 31 3 0 50 5 3E 58 39
Octal 352 362 61 3 0 120 5 76 130 71
Binary 11101010 11110010 110001 11 0 1010000 101 111110 1011000 111001

Color Harmonies of #EAF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF231

Black with #EAF231

Text Example


Text Example

White with #EAF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF231; }

 p { color: rgb(234,242,49); }

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

background-color css

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

 a { background-color: rgb(234,242,49); }

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

border-color css

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

 span { border-color: rgb(234,242,49); }

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