Html Css Color HEX #EFD72F Golden Fizz

📋 copy color: '#EFD72F'

red 239 ◦ green 215 ◦ blue 47

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

Shades of Golden Fizz #EFD72F

Tints of Golden Fizz #EFD72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.38%

R = 47.7%
G = 42.91%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFD72F (or 0xEFD72F) is known color: Golden Fizz. HEX triplet: EF, D7 and 2F. RGB value is (239,215,47). Sum of RGB (Red+Green+Blue) = 239+215+47=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD72F is #1028D0. Grayscale: #CBCBCB. Windows color (decimal): -1059025 or 3135471. OLE color: 3135471.

HSL color Cylindrical-coordinate representation of color #EFD72F: hue angle of 52.5º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFD72F is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 215 47 -
CMYK 0 0.10 0.80 0.06
HSL 52.5º 0.86% 0.56% -
HSV(B) 52.5º 0.8% 0.94% -
XYZ 60.41 67.16 12.47 -
YUV 203.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 239 215 47 0 0.10 0.80 0.06 52.5 0.86 0.56
Hex EF D7 2F 0 A 50 6 34 56 38
Octal 357 327 57 0 12 120 6 64 126 70
Binary 11101111 11010111 101111 0 1010 1010000 110 110100 1010110 111000

Color Harmonies of #EFD72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD72F

Black with #EFD72F

Text Example


Text Example

White with #EFD72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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