Html Css Color HEX #ECDD6C Wild Rice

📋 copy color: '#ECDD6C'

red 236 ◦ green 221 ◦ blue 108

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

Shades of Wild Rice #ECDD6C

Tints of Wild Rice #ECDD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.12%

R = 41.77%
G = 39.12%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECDD6C (or 0xECDD6C) is known color: Wild Rice. HEX triplet: EC, DD and 6C. RGB value is (236,221,108). Sum of RGB (Red+Green+Blue) = 236+221+108=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD6C is #132293. Grayscale: #D5D5D5. Windows color (decimal): -1254036 or 7134700. OLE color: 7134700.

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

Color convert

RGB 236 221 108 -
CMYK 0 0.06 0.54 0.07
HSL 52.97º 0.77% 0.67% -
HSV(B) 52.97º 0.54% 0.93% -
XYZ 63.16 70.63 24.49 -
YUV 212.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 236 221 108 0 0.06 0.54 0.07 52.97 0.77 0.67
Hex EC DD 6C 0 6 36 7 35 4D 43
Octal 354 335 154 0 6 66 7 65 115 103
Binary 11101100 11011101 1101100 0 110 110110 111 110101 1001101 1000011

Color Harmonies of #ECDD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD6C

Black with #ECDD6C

Text Example


Text Example

White with #ECDD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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