Html Css Color HEX #EFE92A Golden Fizz

📋 copy color: '#EFE92A'

red 239 ◦ green 233 ◦ blue 42

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

Shades of Golden Fizz #EFE92A

Tints of Golden Fizz #EFE92A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.33%

 BLUE value IS 42 (16.8% from 255) = 8.17%

R = 46.5%
G = 45.33%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFE92A (or 0xEFE92A) is known color: Golden Fizz. HEX triplet: EF, E9 and 2A. RGB value is (239,233,42). Sum of RGB (Red+Green+Blue) = 239+233+42=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE92A is #1016D5. Grayscale: #D5D5D5. Windows color (decimal): -1054422 or 2812399. OLE color: 2812399.

HSL color Cylindrical-coordinate representation of color #EFE92A: hue angle of 58.17º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EFE92A is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 42 -
CMYK 0 0.03 0.82 0.06
HSL 58.17º 0.86% 0.55% -
HSV(B) 58.17º 0.82% 0.94% -
XYZ 65.15 76.8 13.58 -
YUV 213.02 31.49 146.53 -
System Red Green Blue C M Y K H S L
Decimal 239 233 42 0 0.03 0.82 0.06 58.17 0.86 0.55
Hex EF E9 2A 0 3 52 6 3A 56 37
Octal 357 351 52 0 3 122 6 72 126 67
Binary 11101111 11101001 101010 0 11 1010010 110 111010 1010110 110111

Color Harmonies of #EFE92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE92A

Black with #EFE92A

Text Example


Text Example

White with #EFE92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE92A; }

 p { color: rgb(239,233,42); }

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

background-color css

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

 a { background-color: rgb(239,233,42); }

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

border-color css

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

 span { border-color: rgb(239,233,42); }

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