Html Css Color HEX #EADB72 Wild Rice

📋 copy color: '#EADB72'

red 234 ◦ green 219 ◦ blue 114

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

Shades of Wild Rice #EADB72

Tints of Wild Rice #EADB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.62%

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

R = 41.27%
G = 38.62%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EADB72 (or 0xEADB72) is known color: Wild Rice. HEX triplet: EA, DB and 72. RGB value is (234,219,114). Sum of RGB (Red+Green+Blue) = 234+219+114=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB72 is #15248D. Grayscale: #D3D3D3. Windows color (decimal): -1385614 or 7527402. OLE color: 7527402.

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

Color convert

RGB 234 219 114 -
CMYK 0 0.06 0.51 0.08
HSL 52.5º 0.74% 0.68% -
HSV(B) 52.5º 0.51% 0.92% -
XYZ 62.3 69.37 26.03 -
YUV 211.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 234 219 114 0 0.06 0.51 0.08 52.5 0.74 0.68
Hex EA DB 72 0 6 33 8 34 4A 44
Octal 352 333 162 0 6 63 10 64 112 104
Binary 11101010 11011011 1110010 0 110 110011 1000 110100 1001010 1000100

Color Harmonies of #EADB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB72

Black with #EADB72

Text Example


Text Example

White with #EADB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB72; }

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

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

background-color css

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

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

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

border-color css

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

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

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