Html Css Color HEX #E5D07B Wild Rice

📋 copy color: '#E5D07B'

red 229 ◦ green 208 ◦ blue 123

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

Shades of Wild Rice #E5D07B

Tints of Wild Rice #E5D07B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.14%

 BLUE value IS 123 (48.44% from 255) = 21.96%

R = 40.89%
G = 37.14%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E5D07B (or 0xE5D07B) is known color: Wild Rice. HEX triplet: E5, D0 and 7B. RGB value is (229,208,123). Sum of RGB (Red+Green+Blue) = 229+208+123=560 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.89% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 123 (48.44% from 255 or 21.96% from 560); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D07B is #1A2F84. Grayscale: #CCCCCC. Windows color (decimal): -1716101 or 8114405. OLE color: 8114405.

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

Color convert

RGB 229 208 123 -
CMYK 0 0.09 0.46 0.10
HSL 48.11º 0.67% 0.69% -
HSV(B) 48.11º 0.46% 0.9% -
XYZ 58.44 63.2 27.86 -
YUV 204.59 81.96 145.41 -
System Red Green Blue C M Y K H S L
Decimal 229 208 123 0 0.09 0.46 0.10 48.11 0.67 0.69
Hex E5 D0 7B 0 9 2E A 30 43 45
Octal 345 320 173 0 11 56 12 60 103 105
Binary 11100101 11010000 1111011 0 1001 101110 1010 110000 1000011 1000101

Color Harmonies of #E5D07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D07B

Black with #E5D07B

Text Example


Text Example

White with #E5D07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D07B; }

 p { color: rgb(229,208,123); }

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

background-color css

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

 a { background-color: rgb(229,208,123); }

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

border-color css

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

 span { border-color: rgb(229,208,123); }

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