Html Css Color HEX #EFE230 Golden Fizz

📋 copy color: '#EFE230'

red 239 ◦ green 226 ◦ blue 48

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

Shades of Golden Fizz #EFE230

Tints of Golden Fizz #EFE230

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.05%

 BLUE value IS 48 (19.14% from 255) = 9.36%

R = 46.59%
G = 44.05%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFE230 (or 0xEFE230) is known color: Golden Fizz. HEX triplet: EF, E2 and 30. RGB value is (239,226,48). Sum of RGB (Red+Green+Blue) = 239+226+48=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 48 (19.14% from 255 or 9.36% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE230 is #101DCF. Grayscale: #D2D2D2. Windows color (decimal): -1056208 or 3203823. OLE color: 3203823.

HSL color Cylindrical-coordinate representation of color #EFE230: hue angle of 55.92º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EFE230 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 226 48 -
CMYK 0 0.05 0.80 0.06
HSL 55.92º 0.86% 0.56% -
HSV(B) 55.92º 0.8% 0.94% -
XYZ 63.33 72.96 13.54 -
YUV 209.6 36.81 148.97 -
System Red Green Blue C M Y K H S L
Decimal 239 226 48 0 0.05 0.80 0.06 55.92 0.86 0.56
Hex EF E2 30 0 5 50 6 38 56 38
Octal 357 342 60 0 5 120 6 70 126 70
Binary 11101111 11100010 110000 0 101 1010000 110 111000 1010110 111000

Color Harmonies of #EFE230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE230

Black with #EFE230

Text Example


Text Example

White with #EFE230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE230; }

 p { color: rgb(239,226,48); }

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

background-color css

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

 a { background-color: rgb(239,226,48); }

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

border-color css

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

 span { border-color: rgb(239,226,48); }

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