Html Css Color HEX #E5CC75 Wild Rice

📋 copy color: '#E5CC75'

red 229 ◦ green 204 ◦ blue 117

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

Shades of Wild Rice #E5CC75

Tints of Wild Rice #E5CC75

RGB

 RED value IS 229 (89.84% from 255) = 41.64%

 GREEN value IS 204 (80.08% from 255) = 37.09%

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

R = 41.64%
G = 37.09%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E5CC75 (or 0xE5CC75) is known color: Wild Rice. HEX triplet: E5, CC and 75. RGB value is (229,204,117). Sum of RGB (Red+Green+Blue) = 229+204+117=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC75 is #1A338A. Grayscale: #C9C9C9. Windows color (decimal): -1717131 or 7720165. OLE color: 7720165.

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

Color convert

RGB 229 204 117 -
CMYK 0 0.11 0.49 0.10
HSL 46.61º 0.68% 0.68% -
HSV(B) 46.61º 0.49% 0.9% -
XYZ 57.12 61.13 25.62 -
YUV 201.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 229 204 117 0 0.11 0.49 0.10 46.61 0.68 0.68
Hex E5 CC 75 0 B 31 A 2F 44 44
Octal 345 314 165 0 13 61 12 57 104 104
Binary 11100101 11001100 1110101 0 1011 110001 1010 101111 1000100 1000100

Color Harmonies of #E5CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CC75

Black with #E5CC75

Text Example


Text Example

White with #E5CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CC75; }

 p { color: rgb(229,204,117); }

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

background-color css

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

 a { background-color: rgb(229,204,117); }

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

border-color css

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

 span { border-color: rgb(229,204,117); }

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