Html Css Color HEX #ECDA6D Wild Rice

📋 copy color: '#ECDA6D'

red 236 ◦ green 218 ◦ blue 109

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

Shades of Wild Rice #ECDA6D

Tints of Wild Rice #ECDA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.36%

R = 41.92%
G = 38.72%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ECDA6D (or 0xECDA6D) is known color: Wild Rice. HEX triplet: EC, DA and 6D. RGB value is (236,218,109). Sum of RGB (Red+Green+Blue) = 236+218+109=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA6D is #132592. Grayscale: #D3D3D3. Windows color (decimal): -1254803 or 7199468. OLE color: 7199468.

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

Color convert

RGB 236 218 109 -
CMYK 0 0.08 0.54 0.07
HSL 51.5º 0.77% 0.68% -
HSV(B) 51.5º 0.54% 0.93% -
XYZ 62.42 69.08 24.51 -
YUV 210.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 236 218 109 0 0.08 0.54 0.07 51.5 0.77 0.68
Hex EC DA 6D 0 8 36 7 33 4D 44
Octal 354 332 155 0 10 66 7 63 115 104
Binary 11101100 11011010 1101101 0 1000 110110 111 110011 1001101 1000100

Color Harmonies of #ECDA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA6D

Black with #ECDA6D

Text Example


Text Example

White with #ECDA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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