Html Css Color HEX #EFD532 Golden Fizz

📋 copy color: '#EFD532'

red 239 ◦ green 213 ◦ blue 50

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

Shades of Golden Fizz #EFD532

Tints of Golden Fizz #EFD532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.96%

R = 47.61%
G = 42.43%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFD532 (or 0xEFD532) is known color: Golden Fizz. HEX triplet: EF, D5 and 32. RGB value is (239,213,50). Sum of RGB (Red+Green+Blue) = 239+213+50=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD532 is #102ACD. Grayscale: #CACACA. Windows color (decimal): -1059534 or 3331567. OLE color: 3331567.

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

Color convert

RGB 239 213 50 -
CMYK 0 0.11 0.79 0.06
HSL 51.75º 0.86% 0.57% -
HSV(B) 51.75º 0.79% 0.94% -
XYZ 59.97 66.17 12.63 -
YUV 202.19 42.11 154.25 -
System Red Green Blue C M Y K H S L
Decimal 239 213 50 0 0.11 0.79 0.06 51.75 0.86 0.57
Hex EF D5 32 0 B 4F 6 34 56 39
Octal 357 325 62 0 13 117 6 64 126 71
Binary 11101111 11010101 110010 0 1011 1001111 110 110100 1010110 111001

Color Harmonies of #EFD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD532

Black with #EFD532

Text Example


Text Example

White with #EFD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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