Html Css Color HEX #EAF631 Golden Fizz

📋 copy color: '#EAF631'

red 234 ◦ green 246 ◦ blue 49

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

Shades of Golden Fizz #EAF631

Tints of Golden Fizz #EAF631

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.5%

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

R = 44.23%
G = 46.5%
B = 9.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#EAF631 (or 0xEAF631) is known color: Golden Fizz. HEX triplet: EA, F6 and 31. RGB value is (234,246,49). Sum of RGB (Red+Green+Blue) = 234+246+49=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 49 (19.53% from 255 or 9.26% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF631 is #1509CE. Grayscale: #DCDCDC. Windows color (decimal): -1378767 or 3274474. OLE color: 3274474.

HSL color Cylindrical-coordinate representation of color #EAF631: hue angle of 63.65º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAF631 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 246 49 -
CMYK 0.05 0 0.80 0.04
HSL 63.65º 0.92% 0.58% -
HSV(B) 63.65º 0.8% 0.96% -
XYZ 67.44 83.63 15.49 -
YUV 219.95 31.52 138.02 -
System Red Green Blue C M Y K H S L
Decimal 234 246 49 0.05 0 0.80 0.04 63.65 0.92 0.58
Hex EA F6 31 5 0 50 4 40 5C 3A
Octal 352 366 61 5 0 120 4 100 134 72
Binary 11101010 11110110 110001 101 0 1010000 100 1000000 1011100 111010

Color Harmonies of #EAF631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF631

Black with #EAF631

Text Example


Text Example

White with #EAF631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF631; }

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

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

background-color css

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

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

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

border-color css

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

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

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