Html Css Color HEX #E5CF7A Wild Rice

📋 copy color: '#E5CF7A'

red 229 ◦ green 207 ◦ blue 122

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

Shades of Wild Rice #E5CF7A

Tints of Wild Rice #E5CF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.86%

R = 41.04%
G = 37.1%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5CF7A (or 0xE5CF7A) is known color: Wild Rice. HEX triplet: E5, CF and 7A. RGB value is (229,207,122). Sum of RGB (Red+Green+Blue) = 229+207+122=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 122 (48.05% from 255 or 21.86% from 558); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF7A is #1A3085. Grayscale: #CCCCCC. Windows color (decimal): -1716358 or 8048613. OLE color: 8048613.

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

Color convert

RGB 229 207 122 -
CMYK 0 0.10 0.47 0.10
HSL 47.66º 0.67% 0.69% -
HSV(B) 47.66º 0.47% 0.9% -
XYZ 58.14 62.69 27.45 -
YUV 203.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 229 207 122 0 0.10 0.47 0.10 47.66 0.67 0.69
Hex E5 CF 7A 0 A 2F A 30 43 45
Octal 345 317 172 0 12 57 12 60 103 105
Binary 11100101 11001111 1111010 0 1010 101111 1010 110000 1000011 1000101

Color Harmonies of #E5CF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF7A

Black with #E5CF7A

Text Example


Text Example

White with #E5CF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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