Html Css Color HEX #EFF827 Golden Fizz

📋 copy color: '#EFF827'

red 239 ◦ green 248 ◦ blue 39

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

Shades of Golden Fizz #EFF827

Tints of Golden Fizz #EFF827

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.15%

 BLUE value IS 39 (15.63% from 255) = 7.41%

R = 45.44%
G = 47.15%
B = 7.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#EFF827 (or 0xEFF827) is known color: Golden Fizz. HEX triplet: EF, F8 and 27. RGB value is (239,248,39). Sum of RGB (Red+Green+Blue) = 239+248+39=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 39 (15.62% from 255 or 7.41% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF827 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF827 is #1007D8. Grayscale: #DEDEDE. Windows color (decimal): -1050585 or 2619631. OLE color: 2619631.

HSL color Cylindrical-coordinate representation of color #EFF827: hue angle of 62.58º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EFF827 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 39 -
CMYK 0.04 0 0.84 0.03
HSL 62.58º 0.94% 0.56% -
HSV(B) 62.58º 0.84% 0.97% -
XYZ 69.53 85.63 14.78 -
YUV 221.48 25.02 140.49 -
System Red Green Blue C M Y K H S L
Decimal 239 248 39 0.04 0 0.84 0.03 62.58 0.94 0.56
Hex EF F8 27 4 0 54 3 3F 5E 38
Octal 357 370 47 4 0 124 3 77 136 70
Binary 11101111 11111000 100111 100 0 1010100 11 111111 1011110 111000

Color Harmonies of #EFF827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF827

Black with #EFF827

Text Example


Text Example

White with #EFF827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF827; }

 p { color: rgb(239,248,39); }

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

background-color css

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

 a { background-color: rgb(239,248,39); }

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

border-color css

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

 span { border-color: rgb(239,248,39); }

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