Html Css Color HEX #EAD575 Wild Rice

📋 copy color: '#EAD575'

red 234 ◦ green 213 ◦ blue 117

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

Shades of Wild Rice #EAD575

Tints of Wild Rice #EAD575

RGB

 RED value IS 234 (91.8% from 255) = 41.49%

 GREEN value IS 213 (83.59% from 255) = 37.77%

 BLUE value IS 117 (46.09% from 255) = 20.74%

R = 41.49%
G = 37.77%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAD575 (or 0xEAD575) is known color: Wild Rice. HEX triplet: EA, D5 and 75. RGB value is (234,213,117). Sum of RGB (Red+Green+Blue) = 234+213+117=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD575 is #152A8A. Grayscale: #D0D0D0. Windows color (decimal): -1387147 or 7722474. OLE color: 7722474.

HSL color Cylindrical-coordinate representation of color #EAD575: hue angle of 49.23º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EAD575 is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 117 -
CMYK 0 0.09 0.5 0.08
HSL 49.23º 0.74% 0.69% -
HSV(B) 49.23º 0.5% 0.92% -
XYZ 60.94 66.37 26.43 -
YUV 208.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 234 213 117 0 0.09 0.5 0.08 49.23 0.74 0.69
Hex EA D5 75 0 9 32 8 31 4A 45
Octal 352 325 165 0 11 62 10 61 112 105
Binary 11101010 11010101 1110101 0 1001 110010 1000 110001 1001010 1000101

Color Harmonies of #EAD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD575

Black with #EAD575

Text Example


Text Example

White with #EAD575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD575; }

 p { color: rgb(234,213,117); }

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

background-color css

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

 a { background-color: rgb(234,213,117); }

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

border-color css

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

 span { border-color: rgb(234,213,117); }

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