Html Css Color HEX #ECDD74 Wild Rice

📋 copy color: '#ECDD74'

red 236 ◦ green 221 ◦ blue 116

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

Shades of Wild Rice #ECDD74

Tints of Wild Rice #ECDD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.57%

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

R = 41.19%
G = 38.57%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECDD74 (or 0xECDD74) is known color: Wild Rice. HEX triplet: EC, DD and 74. RGB value is (236,221,116). Sum of RGB (Red+Green+Blue) = 236+221+116=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 116 (45.70% from 255 or 20.24% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD74 is #13228B. Grayscale: #D5D5D5. Windows color (decimal): -1254028 or 7658988. OLE color: 7658988.

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

Color convert

RGB 236 221 116 -
CMYK 0 0.06 0.51 0.07
HSL 52.5º 0.76% 0.69% -
HSV(B) 52.5º 0.51% 0.93% -
XYZ 63.6 70.81 26.84 -
YUV 213.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 236 221 116 0 0.06 0.51 0.07 52.5 0.76 0.69
Hex EC DD 74 0 6 33 7 34 4C 45
Octal 354 335 164 0 6 63 7 64 114 105
Binary 11101100 11011101 1110100 0 110 110011 111 110100 1001100 1000101

Color Harmonies of #ECDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDD74

Black with #ECDD74

Text Example


Text Example

White with #ECDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDD74; }

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

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

background-color css

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

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

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

border-color css

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

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

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