Html Css Color HEX #ECDE74 Wild Rice

📋 copy color: '#ECDE74'

red 236 ◦ green 222 ◦ blue 116

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

Shades of Wild Rice #ECDE74

Tints of Wild Rice #ECDE74

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.68%

 BLUE value IS 116 (45.7% from 255) = 20.21%

R = 41.11%
G = 38.68%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECDE74 (or 0xECDE74) is known color: Wild Rice. HEX triplet: EC, DE and 74. RGB value is (236,222,116). Sum of RGB (Red+Green+Blue) = 236+222+116=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 222 (87.11% from 255 or 38.68% from 574); Blue value is 116 (45.70% from 255 or 20.21% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE74 is #13218B. Grayscale: #D6D6D6. Windows color (decimal): -1253772 or 7659244. OLE color: 7659244.

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

Color convert

RGB 236 222 116 -
CMYK 0 0.06 0.51 0.07
HSL 53º 0.76% 0.69% -
HSV(B) 53º 0.51% 0.93% -
XYZ 63.87 71.34 26.93 -
YUV 214.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 236 222 116 0 0.06 0.51 0.07 53 0.76 0.69
Hex EC DE 74 0 6 33 7 35 4C 45
Octal 354 336 164 0 6 63 7 65 114 105
Binary 11101100 11011110 1110100 0 110 110011 111 110101 1001100 1000101

Color Harmonies of #ECDE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDE74

Black with #ECDE74

Text Example


Text Example

White with #ECDE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDE74; }

 p { color: rgb(236,222,116); }

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

background-color css

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

 a { background-color: rgb(236,222,116); }

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

border-color css

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

 span { border-color: rgb(236,222,116); }

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