Html Css Color HEX #EFE32A Golden Fizz

📋 copy color: '#EFE32A'

red 239 ◦ green 227 ◦ blue 42

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

Shades of Golden Fizz #EFE32A

Tints of Golden Fizz #EFE32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.27%

R = 47.05%
G = 44.69%
B = 8.27%

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

#EFE32A (or 0xEFE32A) is known color: Golden Fizz. HEX triplet: EF, E3 and 2A. RGB value is (239,227,42). Sum of RGB (Red+Green+Blue) = 239+227+42=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 42 (16.80% from 255 or 8.27% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE32A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE32A is #101CD5. Grayscale: #D2D2D2. Windows color (decimal): -1055958 or 2810863. OLE color: 2810863.

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

Color convert

RGB 239 227 42 -
CMYK 0 0.05 0.82 0.06
HSL 56.35º 0.86% 0.55% -
HSV(B) 56.35º 0.82% 0.94% -
XYZ 63.48 73.46 13.02 -
YUV 209.5 33.48 149.04 -
System Red Green Blue C M Y K H S L
Decimal 239 227 42 0 0.05 0.82 0.06 56.35 0.86 0.55
Hex EF E3 2A 0 5 52 6 38 56 37
Octal 357 343 52 0 5 122 6 70 126 67
Binary 11101111 11100011 101010 0 101 1010010 110 111000 1010110 110111

Color Harmonies of #EFE32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE32A

Black with #EFE32A

Text Example


Text Example

White with #EFE32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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