Html Css Color HEX #E5CF78 Wild Rice

📋 copy color: '#E5CF78'

red 229 ◦ green 207 ◦ blue 120

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

Shades of Wild Rice #E5CF78

Tints of Wild Rice #E5CF78

RGB

 RED value IS 229 (89.84% from 255) = 41.19%

 GREEN value IS 207 (81.25% from 255) = 37.23%

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

R = 41.19%
G = 37.23%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E5CF78 (or 0xE5CF78) is known color: Wild Rice. HEX triplet: E5, CF and 78. RGB value is (229,207,120). Sum of RGB (Red+Green+Blue) = 229+207+120=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF78 is #1A3087. Grayscale: #CCCCCC. Windows color (decimal): -1716360 or 7917541. OLE color: 7917541.

HSL color Cylindrical-coordinate representation of color #E5CF78: hue angle of 47.89º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5CF78 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 120 -
CMYK 0 0.10 0.48 0.10
HSL 47.89º 0.68% 0.68% -
HSV(B) 47.89º 0.48% 0.9% -
XYZ 58.02 62.64 26.8 -
YUV 203.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 229 207 120 0 0.10 0.48 0.10 47.89 0.68 0.68
Hex E5 CF 78 0 A 30 A 30 44 44
Octal 345 317 170 0 12 60 12 60 104 104
Binary 11100101 11001111 1111000 0 1010 110000 1010 110000 1000100 1000100

Color Harmonies of #E5CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF78

Black with #E5CF78

Text Example


Text Example

White with #E5CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF78; }

 p { color: rgb(229,207,120); }

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

background-color css

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

 a { background-color: rgb(229,207,120); }

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

border-color css

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

 span { border-color: rgb(229,207,120); }

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