Html Css Color HEX #ECD375 Wild Rice

📋 copy color: '#ECD375'

red 236 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #ECD375

Tints of Wild Rice #ECD375

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

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

R = 41.84%
G = 37.41%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECD375 (or 0xECD375) is known color: Wild Rice. HEX triplet: EC, D3 and 75. RGB value is (236,211,117). Sum of RGB (Red+Green+Blue) = 236+211+117=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD375 is #132C8A. Grayscale: #D0D0D0. Windows color (decimal): -1256587 or 7721964. OLE color: 7721964.

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

Color convert

RGB 236 211 117 -
CMYK 0 0.11 0.50 0.07
HSL 47.39º 0.76% 0.69% -
HSV(B) 47.39º 0.5% 0.93% -
XYZ 61.1 65.71 26.29 -
YUV 207.76 76.78 148.14 -
System Red Green Blue C M Y K H S L
Decimal 236 211 117 0 0.11 0.50 0.07 47.39 0.76 0.69
Hex EC D3 75 0 B 32 7 2F 4C 45
Octal 354 323 165 0 13 62 7 57 114 105
Binary 11101100 11010011 1110101 0 1011 110010 111 101111 1001100 1000101

Color Harmonies of #ECD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD375

Black with #ECD375

Text Example


Text Example

White with #ECD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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