Html Css Color HEX #ECDA6F Wild Rice

📋 copy color: '#ECDA6F'

red 236 ◦ green 218 ◦ blue 111

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

Shades of Wild Rice #ECDA6F

Tints of Wild Rice #ECDA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 41.77%
G = 38.58%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECDA6F (or 0xECDA6F) is known color: Wild Rice. HEX triplet: EC, DA and 6F. RGB value is (236,218,111). Sum of RGB (Red+Green+Blue) = 236+218+111=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA6F is #132590. Grayscale: #D3D3D3. Windows color (decimal): -1254801 or 7330540. OLE color: 7330540.

HSL color Cylindrical-coordinate representation of color #ECDA6F: hue angle of 51.36º 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 #ECDA6F is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 218 111 -
CMYK 0 0.08 0.53 0.07
HSL 51.36º 0.77% 0.68% -
HSV(B) 51.36º 0.53% 0.93% -
XYZ 62.53 69.12 25.09 -
YUV 211.18 71.46 145.7 -
System Red Green Blue C M Y K H S L
Decimal 236 218 111 0 0.08 0.53 0.07 51.36 0.77 0.68
Hex EC DA 6F 0 8 35 7 33 4D 44
Octal 354 332 157 0 10 65 7 63 115 104
Binary 11101100 11011010 1101111 0 1000 110101 111 110011 1001101 1000100

Color Harmonies of #ECDA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA6F

Black with #ECDA6F

Text Example


Text Example

White with #ECDA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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