Html Css Color HEX #E0D369 Wild Rice

📋 copy color: '#E0D369'

red 224 ◦ green 211 ◦ blue 105

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

Shades of Wild Rice #E0D369

Tints of Wild Rice #E0D369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.07%

 BLUE value IS 105 (41.41% from 255) = 19.44%

R = 41.48%
G = 39.07%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0D369 (or 0xE0D369) is known color: Wild Rice. HEX triplet: E0, D3 and 69. RGB value is (224,211,105). Sum of RGB (Red+Green+Blue) = 224+211+105=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D369 is #1F2C96. Grayscale: #CBCBCB. Windows color (decimal): -2043031 or 6935520. OLE color: 6935520.

HSL color Cylindrical-coordinate representation of color #E0D369: hue angle of 53.45º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E0D369 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 211 105 -
CMYK 0 0.06 0.53 0.12
HSL 53.45º 0.66% 0.65% -
HSV(B) 53.45º 0.53% 0.88% -
XYZ 56.58 63.46 22.63 -
YUV 202.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 224 211 105 0 0.06 0.53 0.12 53.45 0.66 0.65
Hex E0 D3 69 0 6 35 C 35 42 41
Octal 340 323 151 0 6 65 14 65 102 101
Binary 11100000 11010011 1101001 0 110 110101 1100 110101 1000010 1000001

Color Harmonies of #E0D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D369

Black with #E0D369

Text Example


Text Example

White with #E0D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D369; }

 p { color: rgb(224,211,105); }

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

background-color css

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

 a { background-color: rgb(224,211,105); }

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

border-color css

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

 span { border-color: rgb(224,211,105); }

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