Html Css Color HEX #ECED2A Golden Fizz

📋 copy color: '#ECED2A'

red 236 ◦ green 237 ◦ blue 42

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

Shades of Golden Fizz #ECED2A

Tints of Golden Fizz #ECED2A

RGB

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

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

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

R = 45.83%
G = 46.02%
B = 8.16%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECED2A (or 0xECED2A) is known color: Golden Fizz. HEX triplet: EC, ED and 2A. RGB value is (236,237,42). Sum of RGB (Red+Green+Blue) = 236+237+42=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 42 (16.80% from 255 or 8.16% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED2A is #1312D5. Grayscale: #D7D7D7. Windows color (decimal): -1250006 or 2813420. OLE color: 2813420.

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

Color convert

RGB 236 237 42 -
CMYK 0.00 0 0.82 0.07
HSL 60.31º 0.84% 0.55% -
HSV(B) 60.31º 0.82% 0.93% -
XYZ 65.29 78.57 13.91 -
YUV 214.47 30.67 143.36 -
System Red Green Blue C M Y K H S L
Decimal 236 237 42 0.00 0 0.82 0.07 60.31 0.84 0.55
Hex EC ED 2A 0 0 52 7 3C 54 37
Octal 354 355 52 0 0 122 7 74 124 67
Binary 11101100 11101101 101010 0 0 1010010 111 111100 1010100 110111

Color Harmonies of #ECED2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECED2A

Black with #ECED2A

Text Example


Text Example

White with #ECED2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECED2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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