Html Css Color HEX #EFDF2A Golden Fizz

📋 copy color: '#EFDF2A'

red 239 ◦ green 223 ◦ blue 42

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

Shades of Golden Fizz #EFDF2A

Tints of Golden Fizz #EFDF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.33%

R = 47.42%
G = 44.25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFDF2A (or 0xEFDF2A) is known color: Golden Fizz. HEX triplet: EF, DF and 2A. RGB value is (239,223,42). Sum of RGB (Red+Green+Blue) = 239+223+42=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 42 (16.80% from 255 or 8.33% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF2A is #1020D5. Grayscale: #CFCFCF. Windows color (decimal): -1056982 or 2809839. OLE color: 2809839.

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

Color convert

RGB 239 223 42 -
CMYK 0 0.07 0.82 0.06
HSL 55.13º 0.86% 0.55% -
HSV(B) 55.13º 0.82% 0.94% -
XYZ 62.4 71.29 12.66 -
YUV 207.15 34.8 150.72 -
System Red Green Blue C M Y K H S L
Decimal 239 223 42 0 0.07 0.82 0.06 55.13 0.86 0.55
Hex EF DF 2A 0 7 52 6 37 56 37
Octal 357 337 52 0 7 122 6 67 126 67
Binary 11101111 11011111 101010 0 111 1010010 110 110111 1010110 110111

Color Harmonies of #EFDF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF2A

Black with #EFDF2A

Text Example


Text Example

White with #EFDF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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