Html Css Color HEX #ECDC69 Wild Rice

📋 copy color: '#ECDC69'

red 236 ◦ green 220 ◦ blue 105

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

Shades of Wild Rice #ECDC69

Tints of Wild Rice #ECDC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.22%

 BLUE value IS 105 (41.41% from 255) = 18.72%

R = 42.07%
G = 39.22%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ECDC69 (or 0xECDC69) is known color: Wild Rice. HEX triplet: EC, DC and 69. RGB value is (236,220,105). Sum of RGB (Red+Green+Blue) = 236+220+105=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC69 is #132396. Grayscale: #D4D4D4. Windows color (decimal): -1254295 or 6937836. OLE color: 6937836.

HSL color Cylindrical-coordinate representation of color #ECDC69: hue angle of 52.67º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ECDC69 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 220 105 -
CMYK 0 0.07 0.56 0.07
HSL 52.67º 0.78% 0.67% -
HSV(B) 52.67º 0.56% 0.93% -
XYZ 62.74 70.04 23.58 -
YUV 211.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 236 220 105 0 0.07 0.56 0.07 52.67 0.78 0.67
Hex EC DC 69 0 7 38 7 35 4E 43
Octal 354 334 151 0 7 70 7 65 116 103
Binary 11101100 11011100 1101001 0 111 111000 111 110101 1001110 1000011

Color Harmonies of #ECDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDC69

Black with #ECDC69

Text Example


Text Example

White with #ECDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDC69; }

 p { color: rgb(236,220,105); }

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

background-color css

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

 a { background-color: rgb(236,220,105); }

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

border-color css

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

 span { border-color: rgb(236,220,105); }

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