Html Css Color HEX #EFF22D Golden Fizz

📋 copy color: '#EFF22D'

red 239 ◦ green 242 ◦ blue 45

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

Shades of Golden Fizz #EFF22D

Tints of Golden Fizz #EFF22D

RGB

 RED value IS 239 (93.75% from 255) = 45.44%

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

 BLUE value IS 45 (17.97% from 255) = 8.56%

R = 45.44%
G = 46.01%
B = 8.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#EFF22D (or 0xEFF22D) is known color: Golden Fizz. HEX triplet: EF, F2 and 2D. RGB value is (239,242,45). Sum of RGB (Red+Green+Blue) = 239+242+45=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 242 (94.92% from 255 or 46.01% from 526); Blue value is 45 (17.97% from 255 or 8.56% from 526); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF22D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF22D is #100DD2. Grayscale: #DBDBDB. Windows color (decimal): -1052115 or 3011311. OLE color: 3011311.

HSL color Cylindrical-coordinate representation of color #EFF22D: hue angle of 60.91º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFF22D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 45 -
CMYK 0.01 0 0.81 0.05
HSL 60.91º 0.88% 0.56% -
HSV(B) 60.91º 0.81% 0.95% -
XYZ 67.82 82.04 14.74 -
YUV 218.65 30.01 142.52 -
System Red Green Blue C M Y K H S L
Decimal 239 242 45 0.01 0 0.81 0.05 60.91 0.88 0.56
Hex EF F2 2D 1 0 51 5 3D 58 38
Octal 357 362 55 1 0 121 5 75 130 70
Binary 11101111 11110010 101101 1 0 1010001 101 111101 1011000 111000

Color Harmonies of #EFF22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF22D

Black with #EFF22D

Text Example


Text Example

White with #EFF22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF22D; }

 p { color: rgb(239,242,45); }

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

background-color css

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

 a { background-color: rgb(239,242,45); }

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

border-color css

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

 span { border-color: rgb(239,242,45); }

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