Html Css Color HEX #EFE11F Golden Fizz

📋 copy color: '#EFE11F'

red 239 ◦ green 225 ◦ blue 31

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

Shades of Golden Fizz #EFE11F

Tints of Golden Fizz #EFE11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.26%

R = 48.28%
G = 45.45%
B = 6.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFE11F (or 0xEFE11F) is known color: Golden Fizz. HEX triplet: EF, E1 and 1F. RGB value is (239,225,31). Sum of RGB (Red+Green+Blue) = 239+225+31=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 31 (12.5% from 255 or 6.26% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE11F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE11F is #101EE0. Grayscale: #CFCFCF. Windows color (decimal): -1056481 or 2089455. OLE color: 2089455.

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

Color convert

RGB 239 225 31 -
CMYK 0 0.06 0.87 0.06
HSL 55.96º 0.87% 0.53% -
HSV(B) 55.96º 0.87% 0.94% -
XYZ 62.77 72.3 11.94 -
YUV 207.07 28.64 150.77 -
System Red Green Blue C M Y K H S L
Decimal 239 225 31 0 0.06 0.87 0.06 55.96 0.87 0.53
Hex EF E1 1F 0 6 57 6 38 57 35
Octal 357 341 37 0 6 127 6 70 127 65
Binary 11101111 11100001 11111 0 110 1010111 110 111000 1010111 110101

Color Harmonies of #EFE11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE11F

Black with #EFE11F

Text Example


Text Example

White with #EFE11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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