Html Css Color HEX #EFE035 Golden Fizz

📋 copy color: '#EFE035'

red 239 ◦ green 224 ◦ blue 53

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

Shades of Golden Fizz #EFE035

Tints of Golden Fizz #EFE035

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.41%

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

R = 46.32%
G = 43.41%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFE035 (or 0xEFE035) is known color: Golden Fizz. HEX triplet: EF, E0 and 35. RGB value is (239,224,53). Sum of RGB (Red+Green+Blue) = 239+224+53=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE035 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE035 is #101FCA. Grayscale: #D1D1D1. Windows color (decimal): -1056715 or 3530991. OLE color: 3530991.

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

Color convert

RGB 239 224 53 -
CMYK 0 0.06 0.78 0.06
HSL 55.16º 0.85% 0.57% -
HSV(B) 55.16º 0.78% 0.94% -
XYZ 62.89 71.92 13.94 -
YUV 208.99 39.97 149.4 -
System Red Green Blue C M Y K H S L
Decimal 239 224 53 0 0.06 0.78 0.06 55.16 0.85 0.57
Hex EF E0 35 0 6 4E 6 37 55 39
Octal 357 340 65 0 6 116 6 67 125 71
Binary 11101111 11100000 110101 0 110 1001110 110 110111 1010101 111001

Color Harmonies of #EFE035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE035

Black with #EFE035

Text Example


Text Example

White with #EFE035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE035; }

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

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

background-color css

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

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

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

border-color css

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

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

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