Html Css Color HEX #EFE129 Golden Fizz

📋 copy color: '#EFE129'

red 239 ◦ green 225 ◦ blue 41

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

Shades of Golden Fizz #EFE129

Tints of Golden Fizz #EFE129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.12%

R = 47.33%
G = 44.55%
B = 8.12%

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

#EFE129 (or 0xEFE129) is known color: Golden Fizz. HEX triplet: EF, E1 and 29. RGB value is (239,225,41). Sum of RGB (Red+Green+Blue) = 239+225+41=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 41 (16.41% from 255 or 8.12% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE129 is #101ED6. Grayscale: #D0D0D0. Windows color (decimal): -1056471 or 2744815. OLE color: 2744815.

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

Color convert

RGB 239 225 41 -
CMYK 0 0.06 0.83 0.06
HSL 55.76º 0.86% 0.55% -
HSV(B) 55.76º 0.83% 0.94% -
XYZ 62.92 72.36 12.75 -
YUV 208.21 33.64 149.96 -
System Red Green Blue C M Y K H S L
Decimal 239 225 41 0 0.06 0.83 0.06 55.76 0.86 0.55
Hex EF E1 29 0 6 53 6 38 56 37
Octal 357 341 51 0 6 123 6 70 126 67
Binary 11101111 11100001 101001 0 110 1010011 110 111000 1010110 110111

Color Harmonies of #EFE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE129

Black with #EFE129

Text Example


Text Example

White with #EFE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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