Html Css Color HEX #E8CD78 Wild Rice

📋 copy color: '#E8CD78'

red 232 ◦ green 205 ◦ blue 120

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

Shades of Wild Rice #E8CD78

Tints of Wild Rice #E8CD78

RGB

 RED value IS 232 (91.02% from 255) = 41.65%

 GREEN value IS 205 (80.47% from 255) = 36.8%

 BLUE value IS 120 (47.27% from 255) = 21.54%

R = 41.65%
G = 36.8%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E8CD78 (or 0xE8CD78) is known color: Wild Rice. HEX triplet: E8, CD and 78. RGB value is (232,205,120). Sum of RGB (Red+Green+Blue) = 232+205+120=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CD78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8CD78 is #173287. Grayscale: #CBCBCB. Windows color (decimal): -1520264 or 7917032. OLE color: 7917032.

HSL color Cylindrical-coordinate representation of color #E8CD78: hue angle of 45.54º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8CD78 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 205 120 -
CMYK 0 0.12 0.48 0.09
HSL 45.54º 0.71% 0.69% -
HSV(B) 45.54º 0.48% 0.91% -
XYZ 58.5 62.17 26.69 -
YUV 203.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 232 205 120 0 0.12 0.48 0.09 45.54 0.71 0.69
Hex E8 CD 78 0 C 30 9 2E 47 45
Octal 350 315 170 0 14 60 11 56 107 105
Binary 11101000 11001101 1111000 0 1100 110000 1001 101110 1000111 1000101

Color Harmonies of #E8CD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CD78

Black with #E8CD78

Text Example


Text Example

White with #E8CD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CD78; }

 p { color: rgb(232,205,120); }

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

background-color css

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

 a { background-color: rgb(232,205,120); }

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

border-color css

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

 span { border-color: rgb(232,205,120); }

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