Html Css Color HEX #ECDE1E Golden Fizz

📋 copy color: '#ECDE1E'

red 236 ◦ green 222 ◦ blue 30

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

Shades of Golden Fizz #ECDE1E

Tints of Golden Fizz #ECDE1E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

 BLUE value IS 30 (12.11% from 255) = 6.15%

R = 48.36%
G = 45.49%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECDE1E (or 0xECDE1E) is known color: Golden Fizz. HEX triplet: EC, DE and 1E. RGB value is (236,222,30). Sum of RGB (Red+Green+Blue) = 236+222+30=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE1E is #1321E1. Grayscale: #CDCDCD. Windows color (decimal): -1253858 or 2023148. OLE color: 2023148.

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

Color convert

RGB 236 222 30 -
CMYK 0 0.06 0.87 0.07
HSL 55.92º 0.84% 0.52% -
HSV(B) 55.92º 0.87% 0.93% -
XYZ 60.95 70.17 11.56 -
YUV 204.3 29.64 150.61 -
System Red Green Blue C M Y K H S L
Decimal 236 222 30 0 0.06 0.87 0.07 55.92 0.84 0.52
Hex EC DE 1E 0 6 57 7 38 54 34
Octal 354 336 36 0 6 127 7 70 124 64
Binary 11101100 11011110 11110 0 110 1010111 111 111000 1010100 110100

Color Harmonies of #ECDE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE1E

Black with #ECDE1E

Text Example


Text Example

White with #ECDE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE1E; }

 p { color: rgb(236,222,30); }

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

background-color css

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

 a { background-color: rgb(236,222,30); }

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

border-color css

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

 span { border-color: rgb(236,222,30); }

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