Html Css Color HEX #EFDF35 Golden Fizz

📋 copy color: '#EFDF35'

red 239 ◦ green 223 ◦ blue 53

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

Shades of Golden Fizz #EFDF35

Tints of Golden Fizz #EFDF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.29%

R = 46.41%
G = 43.3%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFDF35 (or 0xEFDF35) is known color: Golden Fizz. HEX triplet: EF, DF and 35. RGB value is (239,223,53). Sum of RGB (Red+Green+Blue) = 239+223+53=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDF35 is #1020CA. Grayscale: #D1D1D1. Windows color (decimal): -1056971 or 3530735. OLE color: 3530735.

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

Color convert

RGB 239 223 53 -
CMYK 0 0.07 0.78 0.06
HSL 54.84º 0.85% 0.57% -
HSV(B) 54.84º 0.78% 0.94% -
XYZ 62.63 71.38 13.85 -
YUV 208.4 40.3 149.82 -
System Red Green Blue C M Y K H S L
Decimal 239 223 53 0 0.07 0.78 0.06 54.84 0.85 0.57
Hex EF DF 35 0 7 4E 6 37 55 39
Octal 357 337 65 0 7 116 6 67 125 71
Binary 11101111 11011111 110101 0 111 1001110 110 110111 1010101 111001

Color Harmonies of #EFDF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDF35

Black with #EFDF35

Text Example


Text Example

White with #EFDF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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