Html Css Color HEX #EAD27C Wild Rice

📋 copy color: '#EAD27C'

red 234 ◦ green 210 ◦ blue 124

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

Shades of Wild Rice #EAD27C

Tints of Wild Rice #EAD27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.97%

 BLUE value IS 124 (48.83% from 255) = 21.83%

R = 41.2%
G = 36.97%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAD27C (or 0xEAD27C) is known color: Wild Rice. HEX triplet: EA, D2 and 7C. RGB value is (234,210,124). Sum of RGB (Red+Green+Blue) = 234+210+124=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD27C is #152D83. Grayscale: #CFCFCF. Windows color (decimal): -1387908 or 8180458. OLE color: 8180458.

HSL color Cylindrical-coordinate representation of color #EAD27C: hue angle of 46.91º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAD27C is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 210 124 -
CMYK 0 0.10 0.47 0.08
HSL 46.91º 0.72% 0.7% -
HSV(B) 46.91º 0.47% 0.92% -
XYZ 60.62 65.04 28.43 -
YUV 207.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 234 210 124 0 0.10 0.47 0.08 46.91 0.72 0.7
Hex EA D2 7C 0 A 2F 8 2F 48 46
Octal 352 322 174 0 12 57 10 57 110 106
Binary 11101010 11010010 1111100 0 1010 101111 1000 101111 1001000 1000110

Color Harmonies of #EAD27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD27C

Black with #EAD27C

Text Example


Text Example

White with #EAD27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD27C; }

 p { color: rgb(234,210,124); }

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

background-color css

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

 a { background-color: rgb(234,210,124); }

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

border-color css

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

 span { border-color: rgb(234,210,124); }

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