Html Css Color HEX #EFE13B Golden Fizz

📋 copy color: '#EFE13B'

red 239 ◦ green 225 ◦ blue 59

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

Shades of Golden Fizz #EFE13B

Tints of Golden Fizz #EFE13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.28%

R = 45.7%
G = 43.02%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFE13B (or 0xEFE13B) is known color: Golden Fizz. HEX triplet: EF, E1 and 3B. RGB value is (239,225,59). Sum of RGB (Red+Green+Blue) = 239+225+59=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 225 (88.28% from 255 or 43.02% from 523); Blue value is 59 (23.44% from 255 or 11.28% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE13B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE13B is #101EC4. Grayscale: #D2D2D2. Windows color (decimal): -1056453 or 3924463. OLE color: 3924463.

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

Color convert

RGB 239 225 59 -
CMYK 0 0.06 0.75 0.06
HSL 55.33º 0.85% 0.58% -
HSV(B) 55.33º 0.75% 0.94% -
XYZ 63.31 72.52 14.8 -
YUV 210.26 42.64 148.5 -
System Red Green Blue C M Y K H S L
Decimal 239 225 59 0 0.06 0.75 0.06 55.33 0.85 0.58
Hex EF E1 3B 0 6 4B 6 37 55 3A
Octal 357 341 73 0 6 113 6 67 125 72
Binary 11101111 11100001 111011 0 110 1001011 110 110111 1010101 111010

Color Harmonies of #EFE13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE13B

Black with #EFE13B

Text Example


Text Example

White with #EFE13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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