Html Css Color HEX #ECD275 Wild Rice

📋 copy color: '#ECD275'

red 236 ◦ green 210 ◦ blue 117

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

Shades of Wild Rice #ECD275

Tints of Wild Rice #ECD275

RGB

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

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

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

R = 41.92%
G = 37.3%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD275 (or 0xECD275) is known color: Wild Rice. HEX triplet: EC, D2 and 75. RGB value is (236,210,117). Sum of RGB (Red+Green+Blue) = 236+210+117=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD275 is #132D8A. Grayscale: #CFCFCF. Windows color (decimal): -1256843 or 7721708. OLE color: 7721708.

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

Color convert

RGB 236 210 117 -
CMYK 0 0.11 0.50 0.07
HSL 46.89º 0.76% 0.69% -
HSV(B) 46.89º 0.5% 0.93% -
XYZ 60.85 65.21 26.21 -
YUV 207.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 236 210 117 0 0.11 0.50 0.07 46.89 0.76 0.69
Hex EC D2 75 0 B 32 7 2F 4C 45
Octal 354 322 165 0 13 62 7 57 114 105
Binary 11101100 11010010 1110101 0 1011 110010 111 101111 1001100 1000101

Color Harmonies of #ECD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD275

Black with #ECD275

Text Example


Text Example

White with #ECD275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD275; }

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

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

background-color css

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

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

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

border-color css

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

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

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