Html Css Color HEX #EFE32B Golden Fizz

📋 copy color: '#EFE32B'

red 239 ◦ green 227 ◦ blue 43

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

Shades of Golden Fizz #EFE32B

Tints of Golden Fizz #EFE32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.45%

R = 46.95%
G = 44.6%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFE32B (or 0xEFE32B) is known color: Golden Fizz. HEX triplet: EF, E3 and 2B. RGB value is (239,227,43). Sum of RGB (Red+Green+Blue) = 239+227+43=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE32B is #101CD4. Grayscale: #D2D2D2. Windows color (decimal): -1055957 or 2876399. OLE color: 2876399.

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

Color convert

RGB 239 227 43 -
CMYK 0 0.05 0.82 0.06
HSL 56.33º 0.86% 0.55% -
HSV(B) 56.33º 0.82% 0.94% -
XYZ 63.5 73.46 13.12 -
YUV 209.61 33.98 148.96 -
System Red Green Blue C M Y K H S L
Decimal 239 227 43 0 0.05 0.82 0.06 56.33 0.86 0.55
Hex EF E3 2B 0 5 52 6 38 56 37
Octal 357 343 53 0 5 122 6 70 126 67
Binary 11101111 11100011 101011 0 101 1010010 110 111000 1010110 110111

Color Harmonies of #EFE32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE32B

Black with #EFE32B

Text Example


Text Example

White with #EFE32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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