Html Css Color HEX #ECD276 Wild Rice

📋 copy color: '#ECD276'

red 236 ◦ green 210 ◦ blue 118

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

Shades of Wild Rice #ECD276

Tints of Wild Rice #ECD276

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.23%

 BLUE value IS 118 (46.48% from 255) = 20.92%

R = 41.84%
G = 37.23%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECD276 (or 0xECD276) is known color: Wild Rice. HEX triplet: EC, D2 and 76. RGB value is (236,210,118). Sum of RGB (Red+Green+Blue) = 236+210+118=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD276 is #132D89. Grayscale: #CFCFCF. Windows color (decimal): -1256842 or 7787244. OLE color: 7787244.

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

Color convert

RGB 236 210 118 -
CMYK 0 0.11 0.5 0.07
HSL 46.78º 0.76% 0.69% -
HSV(B) 46.78º 0.5% 0.93% -
XYZ 60.91 65.23 26.52 -
YUV 207.29 77.61 148.48 -
System Red Green Blue C M Y K H S L
Decimal 236 210 118 0 0.11 0.5 0.07 46.78 0.76 0.69
Hex EC D2 76 0 B 32 7 2F 4C 45
Octal 354 322 166 0 13 62 7 57 114 105
Binary 11101100 11010010 1110110 0 1011 110010 111 101111 1001100 1000101

Color Harmonies of #ECD276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD276

Black with #ECD276

Text Example


Text Example

White with #ECD276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD276; }

 p { color: rgb(236,210,118); }

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

background-color css

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

 a { background-color: rgb(236,210,118); }

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

border-color css

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

 span { border-color: rgb(236,210,118); }

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