Html Css Color HEX #EFE12D Golden Fizz

📋 copy color: '#EFE12D'

red 239 ◦ green 225 ◦ blue 45

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

Shades of Golden Fizz #EFE12D

Tints of Golden Fizz #EFE12D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

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

R = 46.95%
G = 44.2%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFE12D (or 0xEFE12D) is known color: Golden Fizz. HEX triplet: EF, E1 and 2D. RGB value is (239,225,45). Sum of RGB (Red+Green+Blue) = 239+225+45=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 45 (17.97% from 255 or 8.84% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE12D is #101ED2. Grayscale: #D1D1D1. Windows color (decimal): -1056467 or 3006959. OLE color: 3006959.

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

Color convert

RGB 239 225 45 -
CMYK 0 0.06 0.81 0.06
HSL 55.67º 0.86% 0.56% -
HSV(B) 55.67º 0.81% 0.94% -
XYZ 63 72.39 13.14 -
YUV 208.67 35.64 149.64 -
System Red Green Blue C M Y K H S L
Decimal 239 225 45 0 0.06 0.81 0.06 55.67 0.86 0.56
Hex EF E1 2D 0 6 51 6 38 56 38
Octal 357 341 55 0 6 121 6 70 126 70
Binary 11101111 11100001 101101 0 110 1010001 110 111000 1010110 111000

Color Harmonies of #EFE12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE12D

Black with #EFE12D

Text Example


Text Example

White with #EFE12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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