Html Css Color HEX #ECDB6B Wild Rice

📋 copy color: '#ECDB6B'

red 236 ◦ green 219 ◦ blue 107

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

Shades of Wild Rice #ECDB6B

Tints of Wild Rice #ECDB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.04%

R = 41.99%
G = 38.97%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#ECDB6B (or 0xECDB6B) is known color: Wild Rice. HEX triplet: EC, DB and 6B. RGB value is (236,219,107). Sum of RGB (Red+Green+Blue) = 236+219+107=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB6B is #132494. Grayscale: #D3D3D3. Windows color (decimal): -1254549 or 7068652. OLE color: 7068652.

HSL color Cylindrical-coordinate representation of color #ECDB6B: hue angle of 52.09º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ECDB6B is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 107 -
CMYK 0 0.07 0.55 0.07
HSL 52.09º 0.77% 0.67% -
HSV(B) 52.09º 0.55% 0.93% -
XYZ 62.58 69.56 24.04 -
YUV 211.32 69.13 145.61 -
System Red Green Blue C M Y K H S L
Decimal 236 219 107 0 0.07 0.55 0.07 52.09 0.77 0.67
Hex EC DB 6B 0 7 37 7 34 4D 43
Octal 354 333 153 0 7 67 7 64 115 103
Binary 11101100 11011011 1101011 0 111 110111 111 110100 1001101 1000011

Color Harmonies of #ECDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB6B

Black with #ECDB6B

Text Example


Text Example

White with #ECDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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