Html Css Color HEX #EAD872 Wild Rice

📋 copy color: '#EAD872'

red 234 ◦ green 216 ◦ blue 114

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

Shades of Wild Rice #EAD872

Tints of Wild Rice #EAD872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.3%

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 41.49%
G = 38.3%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAD872 (or 0xEAD872) is known color: Wild Rice. HEX triplet: EA, D8 and 72. RGB value is (234,216,114). Sum of RGB (Red+Green+Blue) = 234+216+114=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD872 is #15278D. Grayscale: #D2D2D2. Windows color (decimal): -1386382 or 7526634. OLE color: 7526634.

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

Color convert

RGB 234 216 114 -
CMYK 0 0.08 0.51 0.08
HSL 51º 0.74% 0.68% -
HSV(B) 51º 0.51% 0.92% -
XYZ 61.52 67.82 25.77 -
YUV 209.75 73.96 145.29 -
System Red Green Blue C M Y K H S L
Decimal 234 216 114 0 0.08 0.51 0.08 51 0.74 0.68
Hex EA D8 72 0 8 33 8 33 4A 44
Octal 352 330 162 0 10 63 10 63 112 104
Binary 11101010 11011000 1110010 0 1000 110011 1000 110011 1001010 1000100

Color Harmonies of #EAD872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD872

Black with #EAD872

Text Example


Text Example

White with #EAD872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD872; }

 p { color: rgb(234,216,114); }

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

background-color css

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

 a { background-color: rgb(234,216,114); }

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

border-color css

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

 span { border-color: rgb(234,216,114); }

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