Html Css Color HEX #ECDD6E Wild Rice

📋 copy color: '#ECDD6E'

red 236 ◦ green 221 ◦ blue 110

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

Shades of Wild Rice #ECDD6E

Tints of Wild Rice #ECDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.98%

 BLUE value IS 110 (43.36% from 255) = 19.4%

R = 41.62%
G = 38.98%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECDD6E (or 0xECDD6E) is known color: Wild Rice. HEX triplet: EC, DD and 6E. RGB value is (236,221,110). Sum of RGB (Red+Green+Blue) = 236+221+110=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 110 (43.36% from 255 or 19.40% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD6E is #132291. Grayscale: #D5D5D5. Windows color (decimal): -1254034 or 7265772. OLE color: 7265772.

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

Color convert

RGB 236 221 110 -
CMYK 0 0.06 0.53 0.07
HSL 52.86º 0.77% 0.68% -
HSV(B) 52.86º 0.53% 0.93% -
XYZ 63.26 70.67 25.06 -
YUV 212.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 236 221 110 0 0.06 0.53 0.07 52.86 0.77 0.68
Hex EC DD 6E 0 6 35 7 35 4D 44
Octal 354 335 156 0 6 65 7 65 115 104
Binary 11101100 11011101 1101110 0 110 110101 111 110101 1001101 1000100

Color Harmonies of #ECDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD6E

Black with #ECDD6E

Text Example


Text Example

White with #ECDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD6E; }

 p { color: rgb(236,221,110); }

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

background-color css

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

 a { background-color: rgb(236,221,110); }

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

border-color css

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

 span { border-color: rgb(236,221,110); }

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