Html Css Color HEX #EFE31E Golden Fizz

📋 copy color: '#EFE31E'

red 239 ◦ green 227 ◦ blue 30

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

Shades of Golden Fizz #EFE31E

Tints of Golden Fizz #EFE31E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.77%

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

R = 48.19%
G = 45.77%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EFE31E (or 0xEFE31E) is known color: Golden Fizz. HEX triplet: EF, E3 and 1E. RGB value is (239,227,30). Sum of RGB (Red+Green+Blue) = 239+227+30=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 30 (12.11% from 255 or 6.05% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE31E is #101CE1. Grayscale: #D0D0D0. Windows color (decimal): -1055970 or 2024431. OLE color: 2024431.

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

Color convert

RGB 239 227 30 -
CMYK 0 0.05 0.87 0.06
HSL 56.56º 0.87% 0.53% -
HSV(B) 56.56º 0.87% 0.94% -
XYZ 63.3 73.38 12.06 -
YUV 208.13 27.48 150.02 -
System Red Green Blue C M Y K H S L
Decimal 239 227 30 0 0.05 0.87 0.06 56.56 0.87 0.53
Hex EF E3 1E 0 5 57 6 39 57 35
Octal 357 343 36 0 5 127 6 71 127 65
Binary 11101111 11100011 11110 0 101 1010111 110 111001 1010111 110101

Color Harmonies of #EFE31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE31E

Black with #EFE31E

Text Example


Text Example

White with #EFE31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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