Html Css Color HEX #ECDB75 Wild Rice

📋 copy color: '#ECDB75'

red 236 ◦ green 219 ◦ blue 117

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

Shades of Wild Rice #ECDB75

Tints of Wild Rice #ECDB75

RGB

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

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

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

R = 41.26%
G = 38.29%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECDB75 (or 0xECDB75) is known color: Wild Rice. HEX triplet: EC, DB and 75. RGB value is (236,219,117). Sum of RGB (Red+Green+Blue) = 236+219+117=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB75 is #13248A. Grayscale: #D4D4D4. Windows color (decimal): -1254539 or 7724012. OLE color: 7724012.

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

Color convert

RGB 236 219 117 -
CMYK 0 0.07 0.50 0.07
HSL 51.43º 0.76% 0.69% -
HSV(B) 51.43º 0.5% 0.93% -
XYZ 63.13 69.78 26.97 -
YUV 212.46 74.13 144.79 -
System Red Green Blue C M Y K H S L
Decimal 236 219 117 0 0.07 0.50 0.07 51.43 0.76 0.69
Hex EC DB 75 0 7 32 7 33 4C 45
Octal 354 333 165 0 7 62 7 63 114 105
Binary 11101100 11011011 1110101 0 111 110010 111 110011 1001100 1000101

Color Harmonies of #ECDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB75

Black with #ECDB75

Text Example


Text Example

White with #ECDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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