Html Css Color HEX #ECDD71 Wild Rice

📋 copy color: '#ECDD71'

red 236 ◦ green 221 ◦ blue 113

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

Shades of Wild Rice #ECDD71

Tints of Wild Rice #ECDD71

RGB

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

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

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

R = 41.4%
G = 38.77%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECDD71 (or 0xECDD71) is known color: Wild Rice. HEX triplet: EC, DD and 71. RGB value is (236,221,113). Sum of RGB (Red+Green+Blue) = 236+221+113=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 113 (44.53% from 255 or 19.82% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD71 is #13228E. Grayscale: #D5D5D5. Windows color (decimal): -1254031 or 7462380. OLE color: 7462380.

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

Color convert

RGB 236 221 113 -
CMYK 0 0.06 0.52 0.07
HSL 52.68º 0.76% 0.68% -
HSV(B) 52.68º 0.52% 0.93% -
XYZ 63.43 70.74 25.93 -
YUV 213.17 71.47 144.28 -
System Red Green Blue C M Y K H S L
Decimal 236 221 113 0 0.06 0.52 0.07 52.68 0.76 0.68
Hex EC DD 71 0 6 34 7 35 4C 44
Octal 354 335 161 0 6 64 7 65 114 104
Binary 11101100 11011101 1110001 0 110 110100 111 110101 1001100 1000100

Color Harmonies of #ECDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD71

Black with #ECDD71

Text Example


Text Example

White with #ECDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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