Html Css Color HEX #EFED28 Golden Fizz

📋 copy color: '#EFED28'

red 239 ◦ green 237 ◦ blue 40

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

Shades of Golden Fizz #EFED28

Tints of Golden Fizz #EFED28

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.93%

 BLUE value IS 40 (16.02% from 255) = 7.75%

R = 46.32%
G = 45.93%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFED28 (or 0xEFED28) is known color: Golden Fizz. HEX triplet: EF, ED and 28. RGB value is (239,237,40). Sum of RGB (Red+Green+Blue) = 239+237+40=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 40 (16.02% from 255 or 7.75% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED28 is #1012D7. Grayscale: #D7D7D7. Windows color (decimal): -1053400 or 2682351. OLE color: 2682351.

HSL color Cylindrical-coordinate representation of color #EFED28: hue angle of 59.4º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EFED28 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 40 -
CMYK 0 0.01 0.83 0.06
HSL 59.4º 0.86% 0.55% -
HSV(B) 59.4º 0.83% 0.94% -
XYZ 66.26 79.07 13.78 -
YUV 215.14 29.16 145.02 -
System Red Green Blue C M Y K H S L
Decimal 239 237 40 0 0.01 0.83 0.06 59.4 0.86 0.55
Hex EF ED 28 0 1 53 6 3B 56 37
Octal 357 355 50 0 1 123 6 73 126 67
Binary 11101111 11101101 101000 0 1 1010011 110 111011 1010110 110111

Color Harmonies of #EFED28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED28

Black with #EFED28

Text Example


Text Example

White with #EFED28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED28; }

 p { color: rgb(239,237,40); }

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

background-color css

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

 a { background-color: rgb(239,237,40); }

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

border-color css

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

 span { border-color: rgb(239,237,40); }

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