Html Css Color HEX #ECD475 Wild Rice

📋 copy color: '#ECD475'

red 236 ◦ green 212 ◦ blue 117

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

Shades of Wild Rice #ECD475

Tints of Wild Rice #ECD475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.52%

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

R = 41.77%
G = 37.52%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD475 (or 0xECD475) is known color: Wild Rice. HEX triplet: EC, D4 and 75. RGB value is (236,212,117). Sum of RGB (Red+Green+Blue) = 236+212+117=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD475 is #132B8A. Grayscale: #D0D0D0. Windows color (decimal): -1256331 or 7722220. OLE color: 7722220.

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

Color convert

RGB 236 212 117 -
CMYK 0 0.10 0.50 0.07
HSL 47.9º 0.76% 0.69% -
HSV(B) 47.9º 0.5% 0.93% -
XYZ 61.35 66.2 26.38 -
YUV 208.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 236 212 117 0 0.10 0.50 0.07 47.9 0.76 0.69
Hex EC D4 75 0 A 32 7 30 4C 45
Octal 354 324 165 0 12 62 7 60 114 105
Binary 11101100 11010100 1110101 0 1010 110010 111 110000 1001100 1000101

Color Harmonies of #ECD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD475

Black with #ECD475

Text Example


Text Example

White with #ECD475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD475; }

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

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

background-color css

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

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

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

border-color css

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

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

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