Html Css Color HEX #EFE22D Golden Fizz

📋 copy color: '#EFE22D'

red 239 ◦ green 226 ◦ blue 45

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

Shades of Golden Fizz #EFE22D

Tints of Golden Fizz #EFE22D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.31%

 BLUE value IS 45 (17.97% from 255) = 8.82%

R = 46.86%
G = 44.31%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFE22D (or 0xEFE22D) is known color: Golden Fizz. HEX triplet: EF, E2 and 2D. RGB value is (239,226,45). Sum of RGB (Red+Green+Blue) = 239+226+45=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE22D is #101DD2. Grayscale: #D1D1D1. Windows color (decimal): -1056211 or 3007215. OLE color: 3007215.

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

Color convert

RGB 239 226 45 -
CMYK 0 0.05 0.81 0.06
HSL 55.98º 0.86% 0.56% -
HSV(B) 55.98º 0.81% 0.94% -
XYZ 63.27 72.93 13.23 -
YUV 209.25 35.31 149.22 -
System Red Green Blue C M Y K H S L
Decimal 239 226 45 0 0.05 0.81 0.06 55.98 0.86 0.56
Hex EF E2 2D 0 5 51 6 38 56 38
Octal 357 342 55 0 5 121 6 70 126 70
Binary 11101111 11100010 101101 0 101 1010001 110 111000 1010110 111000

Color Harmonies of #EFE22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE22D

Black with #EFE22D

Text Example


Text Example

White with #EFE22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE22D; }

 p { color: rgb(239,226,45); }

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

background-color css

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

 a { background-color: rgb(239,226,45); }

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

border-color css

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

 span { border-color: rgb(239,226,45); }

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