Html Css Color HEX #EFEB25 Golden Fizz

📋 copy color: '#EFEB25'

red 239 ◦ green 235 ◦ blue 37

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

Shades of Golden Fizz #EFEB25

Tints of Golden Fizz #EFEB25

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.99%

 BLUE value IS 37 (14.84% from 255) = 7.24%

R = 46.77%
G = 45.99%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFEB25 (or 0xEFEB25) is known color: Golden Fizz. HEX triplet: EF, EB and 25. RGB value is (239,235,37). Sum of RGB (Red+Green+Blue) = 239+235+37=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB25 is #1014DA. Grayscale: #D6D6D6. Windows color (decimal): -1053915 or 2485231. OLE color: 2485231.

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

Color convert

RGB 239 235 37 -
CMYK 0 0.02 0.85 0.06
HSL 58.81º 0.86% 0.54% -
HSV(B) 58.81º 0.85% 0.94% -
XYZ 65.64 77.9 13.33 -
YUV 213.62 28.33 146.1 -
System Red Green Blue C M Y K H S L
Decimal 239 235 37 0 0.02 0.85 0.06 58.81 0.86 0.54
Hex EF EB 25 0 2 55 6 3B 56 36
Octal 357 353 45 0 2 125 6 73 126 66
Binary 11101111 11101011 100101 0 10 1010101 110 111011 1010110 110110

Color Harmonies of #EFEB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB25

Black with #EFEB25

Text Example


Text Example

White with #EFEB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB25; }

 p { color: rgb(239,235,37); }

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

background-color css

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

 a { background-color: rgb(239,235,37); }

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

border-color css

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

 span { border-color: rgb(239,235,37); }

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