Html Css Color HEX #EFD535 Golden Fizz

📋 copy color: '#EFD535'

red 239 ◦ green 213 ◦ blue 53

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

Shades of Golden Fizz #EFD535

Tints of Golden Fizz #EFD535

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.18%

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

R = 47.33%
G = 42.18%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFD535 (or 0xEFD535) is known color: Golden Fizz. HEX triplet: EF, D5 and 35. RGB value is (239,213,53). Sum of RGB (Red+Green+Blue) = 239+213+53=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD535 is #102ACA. Grayscale: #CBCBCB. Windows color (decimal): -1059531 or 3528175. OLE color: 3528175.

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

Color convert

RGB 239 213 53 -
CMYK 0 0.11 0.78 0.06
HSL 51.61º 0.85% 0.57% -
HSV(B) 51.61º 0.78% 0.94% -
XYZ 60.03 66.2 12.98 -
YUV 202.53 43.61 154.01 -
System Red Green Blue C M Y K H S L
Decimal 239 213 53 0 0.11 0.78 0.06 51.61 0.85 0.57
Hex EF D5 35 0 B 4E 6 34 55 39
Octal 357 325 65 0 13 116 6 64 125 71
Binary 11101111 11010101 110101 0 1011 1001110 110 110100 1010101 111001

Color Harmonies of #EFD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD535

Black with #EFD535

Text Example


Text Example

White with #EFD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD535; }

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

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

background-color css

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

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

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

border-color css

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

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

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