Html Css Color HEX #EFE525 Golden Fizz

📋 copy color: '#EFE525'

red 239 ◦ green 229 ◦ blue 37

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

Shades of Golden Fizz #EFE525

Tints of Golden Fizz #EFE525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.33%

R = 47.33%
G = 45.35%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EFE525 (or 0xEFE525) is known color: Golden Fizz. HEX triplet: EF, E5 and 25. RGB value is (239,229,37). Sum of RGB (Red+Green+Blue) = 239+229+37=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 37 (14.84% from 255 or 7.33% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFE525 is #101ADA. Grayscale: #D2D2D2. Windows color (decimal): -1055451 or 2483695. OLE color: 2483695.

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

Color convert

RGB 239 229 37 -
CMYK 0 0.04 0.85 0.06
HSL 57.03º 0.86% 0.54% -
HSV(B) 57.03º 0.85% 0.94% -
XYZ 63.95 74.52 12.76 -
YUV 210.1 30.31 148.61 -
System Red Green Blue C M Y K H S L
Decimal 239 229 37 0 0.04 0.85 0.06 57.03 0.86 0.54
Hex EF E5 25 0 4 55 6 39 56 36
Octal 357 345 45 0 4 125 6 71 126 66
Binary 11101111 11100101 100101 0 100 1010101 110 111001 1010110 110110

Color Harmonies of #EFE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE525

Black with #EFE525

Text Example


Text Example

White with #EFE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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