Html Css Color HEX #EBD375 Wild Rice

📋 copy color: '#EBD375'

red 235 ◦ green 211 ◦ blue 117

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

Shades of Wild Rice #EBD375

Tints of Wild Rice #EBD375

RGB

 RED value IS 235 (92.19% from 255) = 41.74%

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

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

R = 41.74%
G = 37.48%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBD375 (or 0xEBD375) is known color: Wild Rice. HEX triplet: EB, D3 and 75. RGB value is (235,211,117). Sum of RGB (Red+Green+Blue) = 235+211+117=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 117 (46.09% from 255 or 20.78% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD375 is #142C8A. Grayscale: #CFCFCF. Windows color (decimal): -1322123 or 7721963. OLE color: 7721963.

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

Color convert

RGB 235 211 117 -
CMYK 0 0.10 0.50 0.08
HSL 47.8º 0.75% 0.69% -
HSV(B) 47.8º 0.5% 0.92% -
XYZ 60.77 65.54 26.28 -
YUV 207.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 235 211 117 0 0.10 0.50 0.08 47.8 0.75 0.69
Hex EB D3 75 0 A 32 8 30 4B 45
Octal 353 323 165 0 12 62 10 60 113 105
Binary 11101011 11010011 1110101 0 1010 110010 1000 110000 1001011 1000101

Color Harmonies of #EBD375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD375

Black with #EBD375

Text Example


Text Example

White with #EBD375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD375; }

 p { color: rgb(235,211,117); }

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

background-color css

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

 a { background-color: rgb(235,211,117); }

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

border-color css

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

 span { border-color: rgb(235,211,117); }

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