Html Css Color HEX #EFD533 Golden Fizz

📋 copy color: '#EFD533'

red 239 ◦ green 213 ◦ blue 51

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

Shades of Golden Fizz #EFD533

Tints of Golden Fizz #EFD533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.14%

R = 47.51%
G = 42.35%
B = 10.14%

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

#EFD533 (or 0xEFD533) is known color: Golden Fizz. HEX triplet: EF, D5 and 33. RGB value is (239,213,51). Sum of RGB (Red+Green+Blue) = 239+213+51=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 51 (20.31% from 255 or 10.14% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD533 is #102ACC. Grayscale: #CACACA. Windows color (decimal): -1059533 or 3397103. OLE color: 3397103.

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

Color convert

RGB 239 213 51 -
CMYK 0 0.11 0.79 0.06
HSL 51.7º 0.85% 0.57% -
HSV(B) 51.7º 0.79% 0.94% -
XYZ 59.99 66.18 12.74 -
YUV 202.31 42.61 154.17 -
System Red Green Blue C M Y K H S L
Decimal 239 213 51 0 0.11 0.79 0.06 51.7 0.85 0.57
Hex EF D5 33 0 B 4F 6 34 55 39
Octal 357 325 63 0 13 117 6 64 125 71
Binary 11101111 11010101 110011 0 1011 1001111 110 110100 1010101 111001

Color Harmonies of #EFD533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD533

Black with #EFD533

Text Example


Text Example

White with #EFD533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD533; }

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

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

background-color css

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

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

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

border-color css

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

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

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