Html Css Color HEX #EFE42A Golden Fizz

📋 copy color: '#EFE42A'

red 239 ◦ green 228 ◦ blue 42

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

Shades of Golden Fizz #EFE42A

Tints of Golden Fizz #EFE42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.79%

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

R = 46.95%
G = 44.79%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFE42A (or 0xEFE42A) is known color: Golden Fizz. HEX triplet: EF, E4 and 2A. RGB value is (239,228,42). Sum of RGB (Red+Green+Blue) = 239+228+42=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE42A is #101BD5. Grayscale: #D2D2D2. Windows color (decimal): -1055702 or 2811119. OLE color: 2811119.

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

Color convert

RGB 239 228 42 -
CMYK 0 0.05 0.82 0.06
HSL 56.65º 0.86% 0.55% -
HSV(B) 56.65º 0.82% 0.94% -
XYZ 63.76 74 13.11 -
YUV 210.09 33.14 148.62 -
System Red Green Blue C M Y K H S L
Decimal 239 228 42 0 0.05 0.82 0.06 56.65 0.86 0.55
Hex EF E4 2A 0 5 52 6 39 56 37
Octal 357 344 52 0 5 122 6 71 126 67
Binary 11101111 11100100 101010 0 101 1010010 110 111001 1010110 110111

Color Harmonies of #EFE42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE42A

Black with #EFE42A

Text Example


Text Example

White with #EFE42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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