Html Css Color HEX #ECED25 Golden Fizz

📋 copy color: '#ECED25'

red 236 ◦ green 237 ◦ blue 37

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

Shades of Golden Fizz #ECED25

Tints of Golden Fizz #ECED25

RGB

 RED value IS 236 (92.58% from 255) = 46.27%

 GREEN value IS 237 (92.97% from 255) = 46.47%

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

R = 46.27%
G = 46.47%
B = 7.25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECED25 (or 0xECED25) is known color: Golden Fizz. HEX triplet: EC, ED and 25. RGB value is (236,237,37). Sum of RGB (Red+Green+Blue) = 236+237+37=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED25 is #1312DA. Grayscale: #D6D6D6. Windows color (decimal): -1250011 or 2485740. OLE color: 2485740.

HSL color Cylindrical-coordinate representation of color #ECED25: hue angle of 60.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECED25 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 237 37 -
CMYK 0.00 0 0.84 0.07
HSL 60.3º 0.85% 0.54% -
HSV(B) 60.3º 0.84% 0.93% -
XYZ 65.21 78.53 13.47 -
YUV 213.9 28.17 143.76 -
System Red Green Blue C M Y K H S L
Decimal 236 237 37 0.00 0 0.84 0.07 60.3 0.85 0.54
Hex EC ED 25 0 0 54 7 3C 55 36
Octal 354 355 45 0 0 124 7 74 125 66
Binary 11101100 11101101 100101 0 0 1010100 111 111100 1010101 110110

Color Harmonies of #ECED25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED25

Black with #ECED25

Text Example


Text Example

White with #ECED25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED25; }

 p { color: rgb(236,237,37); }

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

background-color css

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

 a { background-color: rgb(236,237,37); }

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

border-color css

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

 span { border-color: rgb(236,237,37); }

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