Html Css Color HEX #ECDA71 Wild Rice

📋 copy color: '#ECDA71'

red 236 ◦ green 218 ◦ blue 113

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

Shades of Wild Rice #ECDA71

Tints of Wild Rice #ECDA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.93%

R = 41.62%
G = 38.45%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECDA71 (or 0xECDA71) is known color: Wild Rice. HEX triplet: EC, DA and 71. RGB value is (236,218,113). Sum of RGB (Red+Green+Blue) = 236+218+113=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 113 (44.53% from 255 or 19.93% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA71 is #13258E. Grayscale: #D3D3D3. Windows color (decimal): -1254799 or 7461612. OLE color: 7461612.

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

Color convert

RGB 236 218 113 -
CMYK 0 0.08 0.52 0.07
HSL 51.22º 0.76% 0.68% -
HSV(B) 51.22º 0.52% 0.93% -
XYZ 62.64 69.17 25.67 -
YUV 211.41 72.46 145.54 -
System Red Green Blue C M Y K H S L
Decimal 236 218 113 0 0.08 0.52 0.07 51.22 0.76 0.68
Hex EC DA 71 0 8 34 7 33 4C 44
Octal 354 332 161 0 10 64 7 63 114 104
Binary 11101100 11011010 1110001 0 1000 110100 111 110011 1001100 1000100

Color Harmonies of #ECDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA71

Black with #ECDA71

Text Example


Text Example

White with #ECDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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