Html Css Color HEX #E0CF7A Wild Rice

📋 copy color: '#E0CF7A'

red 224 ◦ green 207 ◦ blue 122

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

Shades of Wild Rice #E0CF7A

Tints of Wild Rice #E0CF7A

RGB

 RED value IS 224 (87.89% from 255) = 40.51%

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

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

R = 40.51%
G = 37.43%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0CF7A (or 0xE0CF7A) is known color: Wild Rice. HEX triplet: E0, CF and 7A. RGB value is (224,207,122). Sum of RGB (Red+Green+Blue) = 224+207+122=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 122 (48.05% from 255 or 22.06% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CF7A is #1F3085. Grayscale: #CACACA. Windows color (decimal): -2044038 or 8048608. OLE color: 8048608.

HSL color Cylindrical-coordinate representation of color #E0CF7A: hue angle of 50º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0CF7A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 207 122 -
CMYK 0 0.08 0.46 0.12
HSL 50º 0.62% 0.68% -
HSV(B) 50º 0.46% 0.88% -
XYZ 56.57 61.88 27.37 -
YUV 202.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 224 207 122 0 0.08 0.46 0.12 50 0.62 0.68
Hex E0 CF 7A 0 8 2E C 32 3E 44
Octal 340 317 172 0 10 56 14 62 76 104
Binary 11100000 11001111 1111010 0 1000 101110 1100 110010 111110 1000100

Color Harmonies of #E0CF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CF7A

Black with #E0CF7A

Text Example


Text Example

White with #E0CF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CF7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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