Html Css Color HEX #E7CF75 Wild Rice

📋 copy color: '#E7CF75'

red 231 ◦ green 207 ◦ blue 117

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

Shades of Wild Rice #E7CF75

Tints of Wild Rice #E7CF75

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.3%

 BLUE value IS 117 (46.09% from 255) = 21.08%

R = 41.62%
G = 37.3%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7CF75 (or 0xE7CF75) is known color: Wild Rice. HEX triplet: E7, CF and 75. RGB value is (231,207,117). Sum of RGB (Red+Green+Blue) = 231+207+117=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF75 is #18308A. Grayscale: #CCCCCC. Windows color (decimal): -1585291 or 7720935. OLE color: 7720935.

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

Color convert

RGB 231 207 117 -
CMYK 0 0.10 0.49 0.09
HSL 47.37º 0.7% 0.68% -
HSV(B) 47.37º 0.49% 0.91% -
XYZ 58.48 62.9 25.89 -
YUV 203.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 231 207 117 0 0.10 0.49 0.09 47.37 0.7 0.68
Hex E7 CF 75 0 A 31 9 2F 46 44
Octal 347 317 165 0 12 61 11 57 106 104
Binary 11100111 11001111 1110101 0 1010 110001 1001 101111 1000110 1000100

Color Harmonies of #E7CF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF75

Black with #E7CF75

Text Example


Text Example

White with #E7CF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF75; }

 p { color: rgb(231,207,117); }

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

background-color css

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

 a { background-color: rgb(231,207,117); }

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

border-color css

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

 span { border-color: rgb(231,207,117); }

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