Html Css Color HEX #EFE527 Golden Fizz

📋 copy color: '#EFE527'

red 239 ◦ green 229 ◦ blue 39

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

Shades of Golden Fizz #EFE527

Tints of Golden Fizz #EFE527

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.17%

 BLUE value IS 39 (15.63% from 255) = 7.69%

R = 47.14%
G = 45.17%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EFE527 (or 0xEFE527) is known color: Golden Fizz. HEX triplet: EF, E5 and 27. RGB value is (239,229,39). Sum of RGB (Red+Green+Blue) = 239+229+39=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 39 (15.62% from 255 or 7.69% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE527 is #101AD8. Grayscale: #D3D3D3. Windows color (decimal): -1055449 or 2614767. OLE color: 2614767.

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

Color convert

RGB 239 229 39 -
CMYK 0 0.04 0.84 0.06
HSL 57º 0.86% 0.55% -
HSV(B) 57º 0.84% 0.94% -
XYZ 63.98 74.54 12.93 -
YUV 210.33 31.31 148.45 -
System Red Green Blue C M Y K H S L
Decimal 239 229 39 0 0.04 0.84 0.06 57 0.86 0.55
Hex EF E5 27 0 4 54 6 39 56 37
Octal 357 345 47 0 4 124 6 71 126 67
Binary 11101111 11100101 100111 0 100 1010100 110 111001 1010110 110111

Color Harmonies of #EFE527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE527

Black with #EFE527

Text Example


Text Example

White with #EFE527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE527; }

 p { color: rgb(239,229,39); }

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

background-color css

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

 a { background-color: rgb(239,229,39); }

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

border-color css

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

 span { border-color: rgb(239,229,39); }

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