Html Css Color HEX #EFE72A Golden Fizz

📋 copy color: '#EFE72A'

red 239 ◦ green 231 ◦ blue 42

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

Shades of Golden Fizz #EFE72A

Tints of Golden Fizz #EFE72A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.12%

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

R = 46.68%
G = 45.12%
B = 8.2%

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

#EFE72A (or 0xEFE72A) is known color: Golden Fizz. HEX triplet: EF, E7 and 2A. RGB value is (239,231,42). Sum of RGB (Red+Green+Blue) = 239+231+42=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFE72A is #1018D5. Grayscale: #D4D4D4. Windows color (decimal): -1054934 or 2811887. OLE color: 2811887.

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

Color convert

RGB 239 231 42 -
CMYK 0 0.03 0.82 0.06
HSL 57.56º 0.86% 0.55% -
HSV(B) 57.56º 0.82% 0.94% -
XYZ 64.59 75.67 13.39 -
YUV 211.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 239 231 42 0 0.03 0.82 0.06 57.56 0.86 0.55
Hex EF E7 2A 0 3 52 6 3A 56 37
Octal 357 347 52 0 3 122 6 72 126 67
Binary 11101111 11100111 101010 0 11 1010010 110 111010 1010110 110111

Color Harmonies of #EFE72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE72A

Black with #EFE72A

Text Example


Text Example

White with #EFE72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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