Html Css Color HEX #EFE128 Golden Fizz

📋 copy color: '#EFE128'

red 239 ◦ green 225 ◦ blue 40

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

Shades of Golden Fizz #EFE128

Tints of Golden Fizz #EFE128

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

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

R = 47.42%
G = 44.64%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFE128 (or 0xEFE128) is known color: Golden Fizz. HEX triplet: EF, E1 and 28. RGB value is (239,225,40). Sum of RGB (Red+Green+Blue) = 239+225+40=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 40 (16.02% from 255 or 7.94% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE128 is #101ED7. Grayscale: #D0D0D0. Windows color (decimal): -1056472 or 2679279. OLE color: 2679279.

HSL color Cylindrical-coordinate representation of color #EFE128: hue angle of 55.78º 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 #EFE128 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 225 40 -
CMYK 0 0.06 0.83 0.06
HSL 55.78º 0.86% 0.55% -
HSV(B) 55.78º 0.83% 0.94% -
XYZ 62.9 72.35 12.66 -
YUV 208.1 33.14 150.04 -
System Red Green Blue C M Y K H S L
Decimal 239 225 40 0 0.06 0.83 0.06 55.78 0.86 0.55
Hex EF E1 28 0 6 53 6 38 56 37
Octal 357 341 50 0 6 123 6 70 126 67
Binary 11101111 11100001 101000 0 110 1010011 110 111000 1010110 110111

Color Harmonies of #EFE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE128

Black with #EFE128

Text Example


Text Example

White with #EFE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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