Html Css Color HEX #EBDA71 Wild Rice

📋 copy color: '#EBDA71'

red 235 ◦ green 218 ◦ blue 113

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

Shades of Wild Rice #EBDA71

Tints of Wild Rice #EBDA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.52%

 BLUE value IS 113 (44.53% from 255) = 19.96%

R = 41.52%
G = 38.52%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBDA71 (or 0xEBDA71) is known color: Wild Rice. HEX triplet: EB, DA and 71. RGB value is (235,218,113). Sum of RGB (Red+Green+Blue) = 235+218+113=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA71 is #14258E. Grayscale: #D3D3D3. Windows color (decimal): -1320335 or 7461611. OLE color: 7461611.

HSL color Cylindrical-coordinate representation of color #EBDA71: hue angle of 51.64º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EBDA71 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 218 113 -
CMYK 0 0.07 0.52 0.08
HSL 51.64º 0.75% 0.68% -
HSV(B) 51.64º 0.52% 0.92% -
XYZ 62.31 69 25.66 -
YUV 211.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 235 218 113 0 0.07 0.52 0.08 51.64 0.75 0.68
Hex EB DA 71 0 7 34 8 34 4B 44
Octal 353 332 161 0 7 64 10 64 113 104
Binary 11101011 11011010 1110001 0 111 110100 1000 110100 1001011 1000100

Color Harmonies of #EBDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA71

Black with #EBDA71

Text Example


Text Example

White with #EBDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA71; }

 p { color: rgb(235,218,113); }

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

background-color css

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

 a { background-color: rgb(235,218,113); }

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

border-color css

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

 span { border-color: rgb(235,218,113); }

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