Html Css Color HEX #ECDE6A Wild Rice

📋 copy color: '#ECDE6A'

red 236 ◦ green 222 ◦ blue 106

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

Shades of Wild Rice #ECDE6A

Tints of Wild Rice #ECDE6A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.36%

 BLUE value IS 106 (41.8% from 255) = 18.79%

R = 41.84%
G = 39.36%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECDE6A (or 0xECDE6A) is known color: Wild Rice. HEX triplet: EC, DE and 6A. RGB value is (236,222,106). Sum of RGB (Red+Green+Blue) = 236+222+106=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE6A is #132195. Grayscale: #D5D5D5. Windows color (decimal): -1253782 or 7003884. OLE color: 7003884.

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

Color convert

RGB 236 222 106 -
CMYK 0 0.06 0.55 0.07
HSL 53.54º 0.77% 0.67% -
HSV(B) 53.54º 0.55% 0.93% -
XYZ 63.31 71.12 24.03 -
YUV 212.96 67.64 144.43 -
System Red Green Blue C M Y K H S L
Decimal 236 222 106 0 0.06 0.55 0.07 53.54 0.77 0.67
Hex EC DE 6A 0 6 37 7 36 4D 43
Octal 354 336 152 0 6 67 7 66 115 103
Binary 11101100 11011110 1101010 0 110 110111 111 110110 1001101 1000011

Color Harmonies of #ECDE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE6A

Black with #ECDE6A

Text Example


Text Example

White with #ECDE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE6A; }

 p { color: rgb(236,222,106); }

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

background-color css

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

 a { background-color: rgb(236,222,106); }

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

border-color css

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

 span { border-color: rgb(236,222,106); }

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