Html Css Color HEX #ECD572 Wild Rice

📋 copy color: '#ECD572'

red 236 ◦ green 213 ◦ blue 114

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

Shades of Wild Rice #ECD572

Tints of Wild Rice #ECD572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.83%

 BLUE value IS 114 (44.92% from 255) = 20.25%

R = 41.92%
G = 37.83%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECD572 (or 0xECD572) is known color: Wild Rice. HEX triplet: EC, D5 and 72. RGB value is (236,213,114). Sum of RGB (Red+Green+Blue) = 236+213+114=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD572 is #132A8D. Grayscale: #D1D1D1. Windows color (decimal): -1256078 or 7525868. OLE color: 7525868.

HSL color Cylindrical-coordinate representation of color #ECD572: hue angle of 48.69º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ECD572 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 213 114 -
CMYK 0 0.10 0.52 0.07
HSL 48.69º 0.76% 0.69% -
HSV(B) 48.69º 0.52% 0.93% -
XYZ 61.42 66.64 25.54 -
YUV 208.59 74.62 147.55 -
System Red Green Blue C M Y K H S L
Decimal 236 213 114 0 0.10 0.52 0.07 48.69 0.76 0.69
Hex EC D5 72 0 A 34 7 31 4C 45
Octal 354 325 162 0 12 64 7 61 114 105
Binary 11101100 11010101 1110010 0 1010 110100 111 110001 1001100 1000101

Color Harmonies of #ECD572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD572

Black with #ECD572

Text Example


Text Example

White with #ECD572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD572; }

 p { color: rgb(236,213,114); }

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

background-color css

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

 a { background-color: rgb(236,213,114); }

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

border-color css

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

 span { border-color: rgb(236,213,114); }

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