Html Css Color HEX #ECDF70 Wild Rice

📋 copy color: '#ECDF70'

red 236 ◦ green 223 ◦ blue 112

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

Shades of Wild Rice #ECDF70

Tints of Wild Rice #ECDF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.05%

 BLUE value IS 112 (44.14% from 255) = 19.61%

R = 41.33%
G = 39.05%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECDF70 (or 0xECDF70) is known color: Wild Rice. HEX triplet: EC, DF and 70. RGB value is (236,223,112). Sum of RGB (Red+Green+Blue) = 236+223+112=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF70 is #13208F. Grayscale: #D6D6D6. Windows color (decimal): -1253520 or 7397356. OLE color: 7397356.

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

Color convert

RGB 236 223 112 -
CMYK 0 0.06 0.53 0.07
HSL 53.71º 0.77% 0.68% -
HSV(B) 53.71º 0.53% 0.93% -
XYZ 63.9 71.78 25.82 -
YUV 214.23 70.31 143.53 -
System Red Green Blue C M Y K H S L
Decimal 236 223 112 0 0.06 0.53 0.07 53.71 0.77 0.68
Hex EC DF 70 0 6 35 7 36 4D 44
Octal 354 337 160 0 6 65 7 66 115 104
Binary 11101100 11011111 1110000 0 110 110101 111 110110 1001101 1000100

Color Harmonies of #ECDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDF70

Black with #ECDF70

Text Example


Text Example

White with #ECDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDF70; }

 p { color: rgb(236,223,112); }

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

background-color css

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

 a { background-color: rgb(236,223,112); }

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

border-color css

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

 span { border-color: rgb(236,223,112); }

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