Html Css Color HEX #EAF330 Golden Fizz

📋 copy color: '#EAF330'

red 234 ◦ green 243 ◦ blue 48

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

Shades of Golden Fizz #EAF330

Tints of Golden Fizz #EAF330

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.29%

 BLUE value IS 48 (19.14% from 255) = 9.14%

R = 44.57%
G = 46.29%
B = 9.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#EAF330 (or 0xEAF330) is known color: Golden Fizz. HEX triplet: EA, F3 and 30. RGB value is (234,243,48). Sum of RGB (Red+Green+Blue) = 234+243+48=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 48 (19.14% from 255 or 9.14% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF330 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF330 is #150CCF. Grayscale: #DADADA. Windows color (decimal): -1379536 or 3208170. OLE color: 3208170.

HSL color Cylindrical-coordinate representation of color #EAF330: hue angle of 62.77º degrees, saturation: 0.89, 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 #EAF330 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 243 48 -
CMYK 0.04 0 0.80 0.05
HSL 62.77º 0.89% 0.57% -
HSV(B) 62.77º 0.8% 0.95% -
XYZ 66.52 81.81 15.08 -
YUV 218.08 32.02 139.36 -
System Red Green Blue C M Y K H S L
Decimal 234 243 48 0.04 0 0.80 0.05 62.77 0.89 0.57
Hex EA F3 30 4 0 50 5 3F 59 39
Octal 352 363 60 4 0 120 5 77 131 71
Binary 11101010 11110011 110000 100 0 1010000 101 111111 1011001 111001

Color Harmonies of #EAF330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF330

Black with #EAF330

Text Example


Text Example

White with #EAF330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF330; }

 p { color: rgb(234,243,48); }

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

background-color css

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

 a { background-color: rgb(234,243,48); }

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

border-color css

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

 span { border-color: rgb(234,243,48); }

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