Html Css Color HEX #EFEF3D Golden Fizz

📋 copy color: '#EFEF3D'

red 239 ◦ green 239 ◦ blue 61

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

Shades of Golden Fizz #EFEF3D

Tints of Golden Fizz #EFEF3D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.34%

 BLUE value IS 61 (24.22% from 255) = 11.32%

R = 44.34%
G = 44.34%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFEF3D (or 0xEFEF3D) is known color: Golden Fizz. HEX triplet: EF, EF and 3D. RGB value is (239,239,61). Sum of RGB (Red+Green+Blue) = 239+239+61=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 61 (24.22% from 255 or 11.32% from 539); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEF3D is #1010C2. Grayscale: #DBDBDB. Windows color (decimal): -1052867 or 4059119. OLE color: 4059119.

HSL color Cylindrical-coordinate representation of color #EFEF3D: hue angle of 60º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFEF3D is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 239 61 -
CMYK 0 0 0.74 0.06
HSL 60º 0.85% 0.59% -
HSV(B) 60º 0.74% 0.94% -
XYZ 67.31 80.42 16.39 -
YUV 218.71 39 142.47 -
System Red Green Blue C M Y K H S L
Decimal 239 239 61 0 0 0.74 0.06 60 0.85 0.59
Hex EF EF 3D 0 0 4A 6 3C 55 3B
Octal 357 357 75 0 0 112 6 74 125 73
Binary 11101111 11101111 111101 0 0 1001010 110 111100 1010101 111011

Color Harmonies of #EFEF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEF3D

Black with #EFEF3D

Text Example


Text Example

White with #EFEF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEF3D; }

 p { color: rgb(239,239,61); }

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

background-color css

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

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

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

border-color css

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

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

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