Html Css Color HEX #EAD375 Wild Rice

📋 copy color: '#EAD375'

red 234 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #EAD375

Tints of Wild Rice #EAD375

RGB

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

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

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

R = 41.64%
G = 37.54%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAD375 (or 0xEAD375) is known color: Wild Rice. HEX triplet: EA, D3 and 75. RGB value is (234,211,117). Sum of RGB (Red+Green+Blue) = 234+211+117=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 117 (46.09% from 255 or 20.82% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD375 is #152C8A. Grayscale: #CFCFCF. Windows color (decimal): -1387659 or 7721962. OLE color: 7721962.

HSL color Cylindrical-coordinate representation of color #EAD375: hue angle of 48.21º 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 #EAD375 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 211 117 -
CMYK 0 0.10 0.5 0.08
HSL 48.21º 0.74% 0.69% -
HSV(B) 48.21º 0.5% 0.92% -
XYZ 60.44 65.37 26.26 -
YUV 207.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 234 211 117 0 0.10 0.5 0.08 48.21 0.74 0.69
Hex EA D3 75 0 A 32 8 30 4A 45
Octal 352 323 165 0 12 62 10 60 112 105
Binary 11101010 11010011 1110101 0 1010 110010 1000 110000 1001010 1000101

Color Harmonies of #EAD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD375

Black with #EAD375

Text Example


Text Example

White with #EAD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD375; }

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

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

background-color css

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

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

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

border-color css

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

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

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