Html Css Color HEX #EADD75 Wild Rice

📋 copy color: '#EADD75'

red 234 ◦ green 221 ◦ blue 117

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

Shades of Wild Rice #EADD75

Tints of Wild Rice #EADD75

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.64%

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

R = 40.91%
G = 38.64%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EADD75 (or 0xEADD75) is known color: Wild Rice. HEX triplet: EA, DD and 75. RGB value is (234,221,117). Sum of RGB (Red+Green+Blue) = 234+221+117=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD75 is #15228A. Grayscale: #D5D5D5. Windows color (decimal): -1385099 or 7724522. OLE color: 7724522.

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

Color convert

RGB 234 221 117 -
CMYK 0 0.06 0.5 0.08
HSL 53.33º 0.74% 0.69% -
HSV(B) 53.33º 0.5% 0.92% -
XYZ 63 70.49 27.12 -
YUV 213.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 234 221 117 0 0.06 0.5 0.08 53.33 0.74 0.69
Hex EA DD 75 0 6 32 8 35 4A 45
Octal 352 335 165 0 6 62 10 65 112 105
Binary 11101010 11011101 1110101 0 110 110010 1000 110101 1001010 1000101

Color Harmonies of #EADD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD75

Black with #EADD75

Text Example


Text Example

White with #EADD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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