Html Css Color HEX #EFE53E Golden Fizz

📋 copy color: '#EFE53E'

red 239 ◦ green 229 ◦ blue 62

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

Shades of Golden Fizz #EFE53E

Tints of Golden Fizz #EFE53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.7%

R = 45.09%
G = 43.21%
B = 11.7%

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

#EFE53E (or 0xEFE53E) is known color: Golden Fizz. HEX triplet: EF, E5 and 3E. RGB value is (239,229,62). Sum of RGB (Red+Green+Blue) = 239+229+62=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 62 (24.61% from 255 or 11.70% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE53E is #101AC1. Grayscale: #D5D5D5. Windows color (decimal): -1055426 or 4122095. OLE color: 4122095.

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

Color convert

RGB 239 229 62 -
CMYK 0 0.04 0.74 0.06
HSL 56.61º 0.85% 0.59% -
HSV(B) 56.61º 0.74% 0.94% -
XYZ 64.49 74.74 15.58 -
YUV 212.95 42.81 146.58 -
System Red Green Blue C M Y K H S L
Decimal 239 229 62 0 0.04 0.74 0.06 56.61 0.85 0.59
Hex EF E5 3E 0 4 4A 6 39 55 3B
Octal 357 345 76 0 4 112 6 71 125 73
Binary 11101111 11100101 111110 0 100 1001010 110 111001 1010101 111011

Color Harmonies of #EFE53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE53E

Black with #EFE53E

Text Example


Text Example

White with #EFE53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE53E; }

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

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

background-color css

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

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

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

border-color css

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

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

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