Html Css Color HEX #ECDA6E Wild Rice

📋 copy color: '#ECDA6E'

red 236 ◦ green 218 ◦ blue 110

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

Shades of Wild Rice #ECDA6E

Tints of Wild Rice #ECDA6E

RGB

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

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

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

R = 41.84%
G = 38.65%
B = 19.5%

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

#ECDA6E (or 0xECDA6E) is known color: Wild Rice. HEX triplet: EC, DA and 6E. RGB value is (236,218,110). Sum of RGB (Red+Green+Blue) = 236+218+110=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA6E is #132591. Grayscale: #D3D3D3. Windows color (decimal): -1254802 or 7265004. OLE color: 7265004.

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

Color convert

RGB 236 218 110 -
CMYK 0 0.08 0.53 0.07
HSL 51.43º 0.77% 0.68% -
HSV(B) 51.43º 0.53% 0.93% -
XYZ 62.48 69.1 24.8 -
YUV 211.07 70.96 145.78 -
System Red Green Blue C M Y K H S L
Decimal 236 218 110 0 0.08 0.53 0.07 51.43 0.77 0.68
Hex EC DA 6E 0 8 35 7 33 4D 44
Octal 354 332 156 0 10 65 7 63 115 104
Binary 11101100 11011010 1101110 0 1000 110101 111 110011 1001101 1000100

Color Harmonies of #ECDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA6E

Black with #ECDA6E

Text Example


Text Example

White with #ECDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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