Html Css Color HEX #EFD72E Golden Fizz

📋 copy color: '#EFD72E'

red 239 ◦ green 215 ◦ blue 46

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

Shades of Golden Fizz #EFD72E

Tints of Golden Fizz #EFD72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.2%

R = 47.8%
G = 43%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFD72E (or 0xEFD72E) is known color: Golden Fizz. HEX triplet: EF, D7 and 2E. RGB value is (239,215,46). Sum of RGB (Red+Green+Blue) = 239+215+46=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 46 (18.36% from 255 or 9.2% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD72E is #1028D1. Grayscale: #CBCBCB. Windows color (decimal): -1059026 or 3069935. OLE color: 3069935.

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

Color convert

RGB 239 215 46 -
CMYK 0 0.10 0.81 0.06
HSL 52.54º 0.86% 0.56% -
HSV(B) 52.54º 0.81% 0.94% -
XYZ 60.39 67.15 12.36 -
YUV 202.91 39.45 153.74 -
System Red Green Blue C M Y K H S L
Decimal 239 215 46 0 0.10 0.81 0.06 52.54 0.86 0.56
Hex EF D7 2E 0 A 51 6 35 56 38
Octal 357 327 56 0 12 121 6 65 126 70
Binary 11101111 11010111 101110 0 1010 1010001 110 110101 1010110 111000

Color Harmonies of #EFD72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD72E

Black with #EFD72E

Text Example


Text Example

White with #EFD72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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