Html Css Color HEX #EAD975 Wild Rice

📋 copy color: '#EAD975'

red 234 ◦ green 217 ◦ blue 117

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

Shades of Wild Rice #EAD975

Tints of Wild Rice #EAD975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.2%

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

R = 41.2%
G = 38.2%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EAD975 (or 0xEAD975) is known color: Wild Rice. HEX triplet: EA, D9 and 75. RGB value is (234,217,117). Sum of RGB (Red+Green+Blue) = 234+217+117=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD975 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD975 is #15268A. Grayscale: #D3D3D3. Windows color (decimal): -1386123 or 7723498. OLE color: 7723498.

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

Color convert

RGB 234 217 117 -
CMYK 0 0.07 0.5 0.08
HSL 51.28º 0.74% 0.69% -
HSV(B) 51.28º 0.5% 0.92% -
XYZ 61.96 68.4 26.77 -
YUV 210.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 234 217 117 0 0.07 0.5 0.08 51.28 0.74 0.69
Hex EA D9 75 0 7 32 8 33 4A 45
Octal 352 331 165 0 7 62 10 63 112 105
Binary 11101010 11011001 1110101 0 111 110010 1000 110011 1001010 1000101

Color Harmonies of #EAD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD975

Black with #EAD975

Text Example


Text Example

White with #EAD975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD975; }

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

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

background-color css

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

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

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

border-color css

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

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

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