Html Css Color HEX #EFED2D Golden Fizz

📋 copy color: '#EFED2D'

red 239 ◦ green 237 ◦ blue 45

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

Shades of Golden Fizz #EFED2D

Tints of Golden Fizz #EFED2D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

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

R = 45.87%
G = 45.49%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFED2D (or 0xEFED2D) is known color: Golden Fizz. HEX triplet: EF, ED and 2D. RGB value is (239,237,45). Sum of RGB (Red+Green+Blue) = 239+237+45=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 45 (17.97% from 255 or 8.64% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFED2D is #1012D2. Grayscale: #D8D8D8. Windows color (decimal): -1053395 or 3010031. OLE color: 3010031.

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

Color convert

RGB 239 237 45 -
CMYK 0 0.01 0.81 0.06
HSL 59.38º 0.86% 0.56% -
HSV(B) 59.38º 0.81% 0.94% -
XYZ 66.35 79.11 14.25 -
YUV 215.71 31.66 144.61 -
System Red Green Blue C M Y K H S L
Decimal 239 237 45 0 0.01 0.81 0.06 59.38 0.86 0.56
Hex EF ED 2D 0 1 51 6 3B 56 38
Octal 357 355 55 0 1 121 6 73 126 70
Binary 11101111 11101101 101101 0 1 1010001 110 111011 1010110 111000

Color Harmonies of #EFED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED2D

Black with #EFED2D

Text Example


Text Example

White with #EFED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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