Html Css Color HEX #ECDB71 Wild Rice

📋 copy color: '#ECDB71'

red 236 ◦ green 219 ◦ blue 113

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

Shades of Wild Rice #ECDB71

Tints of Wild Rice #ECDB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.56%

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

R = 41.55%
G = 38.56%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECDB71 (or 0xECDB71) is known color: Wild Rice. HEX triplet: EC, DB and 71. RGB value is (236,219,113). Sum of RGB (Red+Green+Blue) = 236+219+113=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 113 (44.53% from 255 or 19.89% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB71 is #13248E. Grayscale: #D4D4D4. Windows color (decimal): -1254543 or 7461868. OLE color: 7461868.

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

Color convert

RGB 236 219 113 -
CMYK 0 0.07 0.52 0.07
HSL 51.71º 0.76% 0.68% -
HSV(B) 51.71º 0.52% 0.93% -
XYZ 62.9 69.69 25.76 -
YUV 212 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 236 219 113 0 0.07 0.52 0.07 51.71 0.76 0.68
Hex EC DB 71 0 7 34 7 34 4C 44
Octal 354 333 161 0 7 64 7 64 114 104
Binary 11101100 11011011 1110001 0 111 110100 111 110100 1001100 1000100

Color Harmonies of #ECDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB71

Black with #ECDB71

Text Example


Text Example

White with #ECDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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