Html Css Color HEX #EFE53D Golden Fizz

📋 copy color: '#EFE53D'

red 239 ◦ green 229 ◦ blue 61

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

Shades of Golden Fizz #EFE53D

Tints of Golden Fizz #EFE53D

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.29%

 BLUE value IS 61 (24.22% from 255) = 11.53%

R = 45.18%
G = 43.29%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFE53D (or 0xEFE53D) is known color: Golden Fizz. HEX triplet: EF, E5 and 3D. RGB value is (239,229,61). Sum of RGB (Red+Green+Blue) = 239+229+61=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE53D is #101AC2. Grayscale: #D5D5D5. Windows color (decimal): -1055427 or 4056559. OLE color: 4056559.

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

Color convert

RGB 239 229 61 -
CMYK 0 0.04 0.74 0.06
HSL 56.63º 0.85% 0.59% -
HSV(B) 56.63º 0.74% 0.94% -
XYZ 64.46 74.73 15.44 -
YUV 212.84 42.31 146.66 -
System Red Green Blue C M Y K H S L
Decimal 239 229 61 0 0.04 0.74 0.06 56.63 0.85 0.59
Hex EF E5 3D 0 4 4A 6 39 55 3B
Octal 357 345 75 0 4 112 6 71 125 73
Binary 11101111 11100101 111101 0 100 1001010 110 111001 1010101 111011

Color Harmonies of #EFE53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE53D

Black with #EFE53D

Text Example


Text Example

White with #EFE53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE53D; }

 p { color: rgb(239,229,61); }

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

background-color css

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

 a { background-color: rgb(239,229,61); }

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

border-color css

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

 span { border-color: rgb(239,229,61); }

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