Html Css Color HEX #ECDA25 Golden Fizz

📋 copy color: '#ECDA25'

red 236 ◦ green 218 ◦ blue 37

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

Shades of Golden Fizz #ECDA25

Tints of Golden Fizz #ECDA25

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.4%

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

R = 48.07%
G = 44.4%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#ECDA25 (or 0xECDA25) is known color: Golden Fizz. HEX triplet: EC, DA and 25. RGB value is (236,218,37). Sum of RGB (Red+Green+Blue) = 236+218+37=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA25 is #1325DA. Grayscale: #CBCBCB. Windows color (decimal): -1254875 or 2480876. OLE color: 2480876.

HSL color Cylindrical-coordinate representation of color #ECDA25: hue angle of 54.57º degrees, saturation: 0.84, 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 #ECDA25 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 37 -
CMYK 0 0.08 0.84 0.07
HSL 54.57º 0.84% 0.54% -
HSV(B) 54.57º 0.84% 0.93% -
XYZ 60 68.11 11.73 -
YUV 202.75 34.46 151.72 -
System Red Green Blue C M Y K H S L
Decimal 236 218 37 0 0.08 0.84 0.07 54.57 0.84 0.54
Hex EC DA 25 0 8 54 7 37 54 36
Octal 354 332 45 0 10 124 7 67 124 66
Binary 11101100 11011010 100101 0 1000 1010100 111 110111 1010100 110110

Color Harmonies of #ECDA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA25

Black with #ECDA25

Text Example


Text Example

White with #ECDA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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