Html Css Color HEX #EFDF2B Golden Fizz

📋 copy color: '#EFDF2B'

red 239 ◦ green 223 ◦ blue 43

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

Shades of Golden Fizz #EFDF2B

Tints of Golden Fizz #EFDF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.51%

R = 47.33%
G = 44.16%
B = 8.51%

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

#EFDF2B (or 0xEFDF2B) is known color: Golden Fizz. HEX triplet: EF, DF and 2B. RGB value is (239,223,43). Sum of RGB (Red+Green+Blue) = 239+223+43=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF2B is #1020D4. Grayscale: #CFCFCF. Windows color (decimal): -1056981 or 2875375. OLE color: 2875375.

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

Color convert

RGB 239 223 43 -
CMYK 0 0.07 0.82 0.06
HSL 55.1º 0.86% 0.55% -
HSV(B) 55.1º 0.82% 0.94% -
XYZ 62.42 71.3 12.76 -
YUV 207.26 35.3 150.64 -
System Red Green Blue C M Y K H S L
Decimal 239 223 43 0 0.07 0.82 0.06 55.1 0.86 0.55
Hex EF DF 2B 0 7 52 6 37 56 37
Octal 357 337 53 0 7 122 6 67 126 67
Binary 11101111 11011111 101011 0 111 1010010 110 110111 1010110 110111

Color Harmonies of #EFDF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF2B

Black with #EFDF2B

Text Example


Text Example

White with #EFDF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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