Html Css Color HEX #ECDA75 Wild Rice

📋 copy color: '#ECDA75'

red 236 ◦ green 218 ◦ blue 117

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

Shades of Wild Rice #ECDA75

Tints of Wild Rice #ECDA75

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.18%

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

R = 41.33%
G = 38.18%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECDA75 (or 0xECDA75) is known color: Wild Rice. HEX triplet: EC, DA and 75. RGB value is (236,218,117). Sum of RGB (Red+Green+Blue) = 236+218+117=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDA75 is #13258A. Grayscale: #D4D4D4. Windows color (decimal): -1254795 or 7723756. OLE color: 7723756.

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

Color convert

RGB 236 218 117 -
CMYK 0 0.08 0.50 0.07
HSL 50.92º 0.76% 0.69% -
HSV(B) 50.92º 0.5% 0.93% -
XYZ 62.87 69.26 26.88 -
YUV 211.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 236 218 117 0 0.08 0.50 0.07 50.92 0.76 0.69
Hex EC DA 75 0 8 32 7 33 4C 45
Octal 354 332 165 0 10 62 7 63 114 105
Binary 11101100 11011010 1110101 0 1000 110010 111 110011 1001100 1000101

Color Harmonies of #ECDA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDA75

Black with #ECDA75

Text Example


Text Example

White with #ECDA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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