Html Css Color HEX #EFE11E Golden Fizz

📋 copy color: '#EFE11E'

red 239 ◦ green 225 ◦ blue 30

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

Shades of Golden Fizz #EFE11E

Tints of Golden Fizz #EFE11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.07%

R = 48.38%
G = 45.55%
B = 6.07%

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

#EFE11E (or 0xEFE11E) is known color: Golden Fizz. HEX triplet: EF, E1 and 1E. RGB value is (239,225,30). Sum of RGB (Red+Green+Blue) = 239+225+30=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE11E is #101EE1. Grayscale: #CFCFCF. Windows color (decimal): -1056482 or 2023919. OLE color: 2023919.

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

Color convert

RGB 239 225 30 -
CMYK 0 0.06 0.87 0.06
HSL 55.98º 0.87% 0.53% -
HSV(B) 55.98º 0.87% 0.94% -
XYZ 62.76 72.29 11.88 -
YUV 206.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 239 225 30 0 0.06 0.87 0.06 55.98 0.87 0.53
Hex EF E1 1E 0 6 57 6 38 57 35
Octal 357 341 36 0 6 127 6 70 127 65
Binary 11101111 11100001 11110 0 110 1010111 110 111000 1010111 110101

Color Harmonies of #EFE11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE11E

Black with #EFE11E

Text Example


Text Example

White with #EFE11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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