Html Css Color HEX #ECD975 Wild Rice

📋 copy color: '#ECD975'

red 236 ◦ green 217 ◦ blue 117

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

Shades of Wild Rice #ECD975

Tints of Wild Rice #ECD975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.07%

 BLUE value IS 117 (46.09% from 255) = 20.53%

R = 41.4%
G = 38.07%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD975 (or 0xECD975) is known color: Wild Rice. HEX triplet: EC, D9 and 75. RGB value is (236,217,117). Sum of RGB (Red+Green+Blue) = 236+217+117=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD975 is #13268A. Grayscale: #D3D3D3. Windows color (decimal): -1255051 or 7723500. OLE color: 7723500.

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

Color convert

RGB 236 217 117 -
CMYK 0 0.08 0.50 0.07
HSL 50.42º 0.76% 0.69% -
HSV(B) 50.42º 0.5% 0.93% -
XYZ 62.62 68.74 26.8 -
YUV 211.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 236 217 117 0 0.08 0.50 0.07 50.42 0.76 0.69
Hex EC D9 75 0 8 32 7 32 4C 45
Octal 354 331 165 0 10 62 7 62 114 105
Binary 11101100 11011001 1110101 0 1000 110010 111 110010 1001100 1000101

Color Harmonies of #ECD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD975

Black with #ECD975

Text Example


Text Example

White with #ECD975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD975; }

 p { color: rgb(236,217,117); }

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

background-color css

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

 a { background-color: rgb(236,217,117); }

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

border-color css

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

 span { border-color: rgb(236,217,117); }

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