Html Css Color HEX #EFEB2D Golden Fizz

📋 copy color: '#EFEB2D'

red 239 ◦ green 235 ◦ blue 45

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

Shades of Golden Fizz #EFEB2D

Tints of Golden Fizz #EFEB2D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.28%

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

R = 46.05%
G = 45.28%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFEB2D (or 0xEFEB2D) is known color: Golden Fizz. HEX triplet: EF, EB and 2D. RGB value is (239,235,45). Sum of RGB (Red+Green+Blue) = 239+235+45=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 45 (17.97% from 255 or 8.67% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEB2D is #1014D2. Grayscale: #D7D7D7. Windows color (decimal): -1053907 or 3009519. OLE color: 3009519.

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

Color convert

RGB 239 235 45 -
CMYK 0 0.02 0.81 0.06
HSL 58.76º 0.86% 0.56% -
HSV(B) 58.76º 0.81% 0.94% -
XYZ 65.78 77.96 14.06 -
YUV 214.54 32.33 145.45 -
System Red Green Blue C M Y K H S L
Decimal 239 235 45 0 0.02 0.81 0.06 58.76 0.86 0.56
Hex EF EB 2D 0 2 51 6 3B 56 38
Octal 357 353 55 0 2 121 6 73 126 70
Binary 11101111 11101011 101101 0 10 1010001 110 111011 1010110 111000

Color Harmonies of #EFEB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB2D

Black with #EFEB2D

Text Example


Text Example

White with #EFEB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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