Html Css Color HEX #EFE12A Golden Fizz

📋 copy color: '#EFE12A'

red 239 ◦ green 225 ◦ blue 42

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

Shades of Golden Fizz #EFE12A

Tints of Golden Fizz #EFE12A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.47%

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

R = 47.23%
G = 44.47%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EFE12A (or 0xEFE12A) is known color: Golden Fizz. HEX triplet: EF, E1 and 2A. RGB value is (239,225,42). Sum of RGB (Red+Green+Blue) = 239+225+42=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 42 (16.80% from 255 or 8.30% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE12A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE12A is #101ED5. Grayscale: #D1D1D1. Windows color (decimal): -1056470 or 2810351. OLE color: 2810351.

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

Color convert

RGB 239 225 42 -
CMYK 0 0.06 0.82 0.06
HSL 55.74º 0.86% 0.55% -
HSV(B) 55.74º 0.82% 0.94% -
XYZ 62.94 72.37 12.84 -
YUV 208.32 34.14 149.88 -
System Red Green Blue C M Y K H S L
Decimal 239 225 42 0 0.06 0.82 0.06 55.74 0.86 0.55
Hex EF E1 2A 0 6 52 6 38 56 37
Octal 357 341 52 0 6 122 6 70 126 67
Binary 11101111 11100001 101010 0 110 1010010 110 111000 1010110 110111

Color Harmonies of #EFE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE12A

Black with #EFE12A

Text Example


Text Example

White with #EFE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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