Html Css Color HEX #ECD670 Wild Rice

📋 copy color: '#ECD670'

red 236 ◦ green 214 ◦ blue 112

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

Shades of Wild Rice #ECD670

Tints of Wild Rice #ECD670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.08%

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

R = 41.99%
G = 38.08%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD670 (or 0xECD670) is known color: Wild Rice. HEX triplet: EC, D6 and 70. RGB value is (236,214,112). Sum of RGB (Red+Green+Blue) = 236+214+112=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD670 is #13298F. Grayscale: #D1D1D1. Windows color (decimal): -1255824 or 7395052. OLE color: 7395052.

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

Color convert

RGB 236 214 112 -
CMYK 0 0.09 0.53 0.07
HSL 49.35º 0.77% 0.68% -
HSV(B) 49.35º 0.53% 0.93% -
XYZ 61.56 67.1 25.04 -
YUV 208.95 73.29 147.29 -
System Red Green Blue C M Y K H S L
Decimal 236 214 112 0 0.09 0.53 0.07 49.35 0.77 0.68
Hex EC D6 70 0 9 35 7 31 4D 44
Octal 354 326 160 0 11 65 7 61 115 104
Binary 11101100 11010110 1110000 0 1001 110101 111 110001 1001101 1000100

Color Harmonies of #ECD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD670

Black with #ECD670

Text Example


Text Example

White with #ECD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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