Html Css Color HEX #EFD729 Golden Fizz

📋 copy color: '#EFD729'

red 239 ◦ green 215 ◦ blue 41

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

Shades of Golden Fizz #EFD729

Tints of Golden Fizz #EFD729

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.43%

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

R = 48.28%
G = 43.43%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EFD729 (or 0xEFD729) is known color: Golden Fizz. HEX triplet: EF, D7 and 29. RGB value is (239,215,41). Sum of RGB (Red+Green+Blue) = 239+215+41=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 41 (16.41% from 255 or 8.28% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD729 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD729 is #1028D6. Grayscale: #CBCBCB. Windows color (decimal): -1059031 or 2742255. OLE color: 2742255.

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

Color convert

RGB 239 215 41 -
CMYK 0 0.10 0.83 0.06
HSL 52.73º 0.86% 0.55% -
HSV(B) 52.73º 0.83% 0.94% -
XYZ 60.3 67.11 11.87 -
YUV 202.34 36.95 154.15 -
System Red Green Blue C M Y K H S L
Decimal 239 215 41 0 0.10 0.83 0.06 52.73 0.86 0.55
Hex EF D7 29 0 A 53 6 35 56 37
Octal 357 327 51 0 12 123 6 65 126 67
Binary 11101111 11010111 101001 0 1010 1010011 110 110101 1010110 110111

Color Harmonies of #EFD729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD729

Black with #EFD729

Text Example


Text Example

White with #EFD729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD729; }

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

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

background-color css

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

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

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

border-color css

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

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

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