Html Css Color HEX #EFE32F Golden Fizz

📋 copy color: '#EFE32F'

red 239 ◦ green 227 ◦ blue 47

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

Shades of Golden Fizz #EFE32F

Tints of Golden Fizz #EFE32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.16%

R = 46.59%
G = 44.25%
B = 9.16%

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

#EFE32F (or 0xEFE32F) is known color: Golden Fizz. HEX triplet: EF, E3 and 2F. RGB value is (239,227,47). Sum of RGB (Red+Green+Blue) = 239+227+47=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 47 (18.75% from 255 or 9.16% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE32F is #101CD0. Grayscale: #D2D2D2. Windows color (decimal): -1055953 or 3138543. OLE color: 3138543.

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

Color convert

RGB 239 227 47 -
CMYK 0 0.05 0.80 0.06
HSL 56.25º 0.86% 0.56% -
HSV(B) 56.25º 0.8% 0.94% -
XYZ 63.58 73.49 13.52 -
YUV 210.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 239 227 47 0 0.05 0.80 0.06 56.25 0.86 0.56
Hex EF E3 2F 0 5 50 6 38 56 38
Octal 357 343 57 0 5 120 6 70 126 70
Binary 11101111 11100011 101111 0 101 1010000 110 111000 1010110 111000

Color Harmonies of #EFE32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE32F

Black with #EFE32F

Text Example


Text Example

White with #EFE32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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