Html Css Color HEX #EFDF2E Golden Fizz

📋 copy color: '#EFDF2E'

red 239 ◦ green 223 ◦ blue 46

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

Shades of Golden Fizz #EFDF2E

Tints of Golden Fizz #EFDF2E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

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

R = 47.05%
G = 43.9%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFDF2E (or 0xEFDF2E) is known color: Golden Fizz. HEX triplet: EF, DF and 2E. RGB value is (239,223,46). Sum of RGB (Red+Green+Blue) = 239+223+46=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF2E is #1020D1. Grayscale: #D0D0D0. Windows color (decimal): -1056978 or 3071983. OLE color: 3071983.

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

Color convert

RGB 239 223 46 -
CMYK 0 0.07 0.81 0.06
HSL 55.03º 0.86% 0.56% -
HSV(B) 55.03º 0.81% 0.94% -
XYZ 62.48 71.32 13.06 -
YUV 207.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 239 223 46 0 0.07 0.81 0.06 55.03 0.86 0.56
Hex EF DF 2E 0 7 51 6 37 56 38
Octal 357 337 56 0 7 121 6 67 126 70
Binary 11101111 11011111 101110 0 111 1010001 110 110111 1010110 111000

Color Harmonies of #EFDF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF2E

Black with #EFDF2E

Text Example


Text Example

White with #EFDF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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