Html Css Color HEX #EFEA3D Golden Fizz

📋 copy color: '#EFEA3D'

red 239 ◦ green 234 ◦ blue 61

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

Shades of Golden Fizz #EFEA3D

Tints of Golden Fizz #EFEA3D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.82%

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

R = 44.76%
G = 43.82%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EFEA3D (or 0xEFEA3D) is known color: Golden Fizz. HEX triplet: EF, EA and 3D. RGB value is (239,234,61). Sum of RGB (Red+Green+Blue) = 239+234+61=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 61 (24.22% from 255 or 11.42% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFEA3D is #1015C2. Grayscale: #D8D8D8. Windows color (decimal): -1054147 or 4057839. OLE color: 4057839.

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

Color convert

RGB 239 234 61 -
CMYK 0 0.02 0.74 0.06
HSL 58.31º 0.85% 0.59% -
HSV(B) 58.31º 0.74% 0.94% -
XYZ 65.86 77.53 15.91 -
YUV 215.77 40.66 144.57 -
System Red Green Blue C M Y K H S L
Decimal 239 234 61 0 0.02 0.74 0.06 58.31 0.85 0.59
Hex EF EA 3D 0 2 4A 6 3A 55 3B
Octal 357 352 75 0 2 112 6 72 125 73
Binary 11101111 11101010 111101 0 10 1001010 110 111010 1010101 111011

Color Harmonies of #EFEA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA3D

Black with #EFEA3D

Text Example


Text Example

White with #EFEA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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