Html Css Color HEX #ECDB6E Wild Rice

📋 copy color: '#ECDB6E'

red 236 ◦ green 219 ◦ blue 110

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

Shades of Wild Rice #ECDB6E

Tints of Wild Rice #ECDB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.76%

 BLUE value IS 110 (43.36% from 255) = 19.47%

R = 41.77%
G = 38.76%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECDB6E (or 0xECDB6E) is known color: Wild Rice. HEX triplet: EC, DB and 6E. RGB value is (236,219,110). Sum of RGB (Red+Green+Blue) = 236+219+110=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB6E is #132491. Grayscale: #D4D4D4. Windows color (decimal): -1254546 or 7265260. OLE color: 7265260.

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

Color convert

RGB 236 219 110 -
CMYK 0 0.07 0.53 0.07
HSL 51.9º 0.77% 0.68% -
HSV(B) 51.9º 0.53% 0.93% -
XYZ 62.74 69.62 24.88 -
YUV 211.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 236 219 110 0 0.07 0.53 0.07 51.9 0.77 0.68
Hex EC DB 6E 0 7 35 7 34 4D 44
Octal 354 333 156 0 7 65 7 64 115 104
Binary 11101100 11011011 1101110 0 111 110101 111 110100 1001101 1000100

Color Harmonies of #ECDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB6E

Black with #ECDB6E

Text Example


Text Example

White with #ECDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB6E; }

 p { color: rgb(236,219,110); }

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

background-color css

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

 a { background-color: rgb(236,219,110); }

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

border-color css

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

 span { border-color: rgb(236,219,110); }

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