Html Css Color HEX #ECD874 Wild Rice

📋 copy color: '#ECD874'

red 236 ◦ green 216 ◦ blue 116

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

Shades of Wild Rice #ECD874

Tints of Wild Rice #ECD874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.03%

 BLUE value IS 116 (45.7% from 255) = 20.42%

R = 41.55%
G = 38.03%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECD874 (or 0xECD874) is known color: Wild Rice. HEX triplet: EC, D8 and 74. RGB value is (236,216,116). Sum of RGB (Red+Green+Blue) = 236+216+116=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD874 is #13278B. Grayscale: #D3D3D3. Windows color (decimal): -1255308 or 7657708. OLE color: 7657708.

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

Color convert

RGB 236 216 116 -
CMYK 0 0.08 0.51 0.07
HSL 50º 0.76% 0.69% -
HSV(B) 50º 0.51% 0.93% -
XYZ 62.3 68.21 26.4 -
YUV 210.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 236 216 116 0 0.08 0.51 0.07 50 0.76 0.69
Hex EC D8 74 0 8 33 7 32 4C 45
Octal 354 330 164 0 10 63 7 62 114 105
Binary 11101100 11011000 1110100 0 1000 110011 111 110010 1001100 1000101

Color Harmonies of #ECD874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD874

Black with #ECD874

Text Example


Text Example

White with #ECD874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD874; }

 p { color: rgb(236,216,116); }

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

background-color css

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

 a { background-color: rgb(236,216,116); }

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

border-color css

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

 span { border-color: rgb(236,216,116); }

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