Html Css Color HEX #E7D274 Wild Rice

📋 copy color: '#E7D274'

red 231 ◦ green 210 ◦ blue 116

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

Shades of Wild Rice #E7D274

Tints of Wild Rice #E7D274

RGB

 RED value IS 231 (90.63% from 255) = 41.47%

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

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 41.47%
G = 37.7%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E7D274 (or 0xE7D274) is known color: Wild Rice. HEX triplet: E7, D2 and 74. RGB value is (231,210,116). Sum of RGB (Red+Green+Blue) = 231+210+116=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D274 is #182D8B. Grayscale: #CDCDCD. Windows color (decimal): -1584524 or 7656167. OLE color: 7656167.

HSL color Cylindrical-coordinate representation of color #E7D274: hue angle of 49.04º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E7D274 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 210 116 -
CMYK 0 0.09 0.50 0.09
HSL 49.04º 0.71% 0.68% -
HSV(B) 49.04º 0.5% 0.91% -
XYZ 59.15 64.34 25.82 -
YUV 205.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 231 210 116 0 0.09 0.50 0.09 49.04 0.71 0.68
Hex E7 D2 74 0 9 32 9 31 47 44
Octal 347 322 164 0 11 62 11 61 107 104
Binary 11100111 11010010 1110100 0 1001 110010 1001 110001 1000111 1000100

Color Harmonies of #E7D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D274

Black with #E7D274

Text Example


Text Example

White with #E7D274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D274; }

 p { color: rgb(231,210,116); }

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

background-color css

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

 a { background-color: rgb(231,210,116); }

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

border-color css

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

 span { border-color: rgb(231,210,116); }

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