Html Css Color HEX #EFE535 Golden Fizz

📋 copy color: '#EFE535'

red 239 ◦ green 229 ◦ blue 53

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

Shades of Golden Fizz #EFE535

Tints of Golden Fizz #EFE535

RGB

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

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

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

R = 45.87%
G = 43.95%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFE535 (or 0xEFE535) is known color: Golden Fizz. HEX triplet: EF, E5 and 35. RGB value is (239,229,53). Sum of RGB (Red+Green+Blue) = 239+229+53=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 53 (21.09% from 255 or 10.17% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE535 is #101ACA. Grayscale: #D4D4D4. Windows color (decimal): -1055435 or 3532271. OLE color: 3532271.

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

Color convert

RGB 239 229 53 -
CMYK 0 0.04 0.78 0.06
HSL 56.77º 0.85% 0.57% -
HSV(B) 56.77º 0.78% 0.94% -
XYZ 64.26 74.65 14.39 -
YUV 211.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 239 229 53 0 0.04 0.78 0.06 56.77 0.85 0.57
Hex EF E5 35 0 4 4E 6 39 55 39
Octal 357 345 65 0 4 116 6 71 125 71
Binary 11101111 11100101 110101 0 100 1001110 110 111001 1010101 111001

Color Harmonies of #EFE535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE535

Black with #EFE535

Text Example


Text Example

White with #EFE535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE535; }

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

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

background-color css

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

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

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

border-color css

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

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

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