Html Css Color HEX #EAD378 Wild Rice

📋 copy color: '#EAD378'

red 234 ◦ green 211 ◦ blue 120

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

Shades of Wild Rice #EAD378

Tints of Wild Rice #EAD378

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

 BLUE value IS 120 (47.27% from 255) = 21.24%

R = 41.42%
G = 37.35%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAD378 (or 0xEAD378) is known color: Wild Rice. HEX triplet: EA, D3 and 78. RGB value is (234,211,120). Sum of RGB (Red+Green+Blue) = 234+211+120=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD378 is #152C87. Grayscale: #CFCFCF. Windows color (decimal): -1387656 or 7918570. OLE color: 7918570.

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

Color convert

RGB 234 211 120 -
CMYK 0 0.10 0.49 0.08
HSL 47.89º 0.73% 0.69% -
HSV(B) 47.89º 0.49% 0.92% -
XYZ 60.62 65.44 27.21 -
YUV 207.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 234 211 120 0 0.10 0.49 0.08 47.89 0.73 0.69
Hex EA D3 78 0 A 31 8 30 49 45
Octal 352 323 170 0 12 61 10 60 111 105
Binary 11101010 11010011 1111000 0 1010 110001 1000 110000 1001001 1000101

Color Harmonies of #EAD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD378

Black with #EAD378

Text Example


Text Example

White with #EAD378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD378; }

 p { color: rgb(234,211,120); }

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

background-color css

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

 a { background-color: rgb(234,211,120); }

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

border-color css

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

 span { border-color: rgb(234,211,120); }

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