Html Css Color HEX #E6CF78 Wild Rice

📋 copy color: '#E6CF78'

red 230 ◦ green 207 ◦ blue 120

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

Shades of Wild Rice #E6CF78

Tints of Wild Rice #E6CF78

RGB

 RED value IS 230 (90.23% from 255) = 41.29%

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

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

R = 41.29%
G = 37.16%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E6CF78 (or 0xE6CF78) is known color: Wild Rice. HEX triplet: E6, CF and 78. RGB value is (230,207,120). Sum of RGB (Red+Green+Blue) = 230+207+120=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 120 (47.27% from 255 or 21.54% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CF78 is #193087. Grayscale: #CCCCCC. Windows color (decimal): -1650824 or 7917542. OLE color: 7917542.

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

Color convert

RGB 230 207 120 -
CMYK 0 0.10 0.48 0.10
HSL 47.45º 0.69% 0.69% -
HSV(B) 47.45º 0.48% 0.9% -
XYZ 58.34 62.8 26.82 -
YUV 203.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 230 207 120 0 0.10 0.48 0.10 47.45 0.69 0.69
Hex E6 CF 78 0 A 30 A 2F 45 45
Octal 346 317 170 0 12 60 12 57 105 105
Binary 11100110 11001111 1111000 0 1010 110000 1010 101111 1000101 1000101

Color Harmonies of #E6CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CF78

Black with #E6CF78

Text Example


Text Example

White with #E6CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CF78; }

 p { color: rgb(230,207,120); }

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

background-color css

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

 a { background-color: rgb(230,207,120); }

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

border-color css

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

 span { border-color: rgb(230,207,120); }

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