Html Css Color HEX #E5CE74 Wild Rice

📋 copy color: '#E5CE74'

red 229 ◦ green 206 ◦ blue 116

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

Shades of Wild Rice #E5CE74

Tints of Wild Rice #E5CE74

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.39%

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 41.56%
G = 37.39%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5CE74 (or 0xE5CE74) is known color: Wild Rice. HEX triplet: E5, CE and 74. RGB value is (229,206,116). Sum of RGB (Red+Green+Blue) = 229+206+116=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CE74 is #1A318B. Grayscale: #CBCBCB. Windows color (decimal): -1716620 or 7655141. OLE color: 7655141.

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

Color convert

RGB 229 206 116 -
CMYK 0 0.10 0.49 0.10
HSL 47.79º 0.68% 0.68% -
HSV(B) 47.79º 0.49% 0.9% -
XYZ 57.54 62.06 25.47 -
YUV 202.62 79.12 146.82 -
System Red Green Blue C M Y K H S L
Decimal 229 206 116 0 0.10 0.49 0.10 47.79 0.68 0.68
Hex E5 CE 74 0 A 31 A 30 44 44
Octal 345 316 164 0 12 61 12 60 104 104
Binary 11100101 11001110 1110100 0 1010 110001 1010 110000 1000100 1000100

Color Harmonies of #E5CE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CE74

Black with #E5CE74

Text Example


Text Example

White with #E5CE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CE74; }

 p { color: rgb(229,206,116); }

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

background-color css

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

 a { background-color: rgb(229,206,116); }

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

border-color css

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

 span { border-color: rgb(229,206,116); }

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