Html Css Color HEX #EBDB75 Wild Rice

📋 copy color: '#EBDB75'

red 235 ◦ green 219 ◦ blue 117

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

Shades of Wild Rice #EBDB75

Tints of Wild Rice #EBDB75

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.35%

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

R = 41.16%
G = 38.35%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBDB75 (or 0xEBDB75) is known color: Wild Rice. HEX triplet: EB, DB and 75. RGB value is (235,219,117). Sum of RGB (Red+Green+Blue) = 235+219+117=571 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.16% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 117 (46.09% from 255 or 20.49% from 571); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB75 is #14248A. Grayscale: #D4D4D4. Windows color (decimal): -1320075 or 7724011. OLE color: 7724011.

HSL color Cylindrical-coordinate representation of color #EBDB75: hue angle of 51.86º 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 #EBDB75 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 219 117 -
CMYK 0 0.07 0.50 0.08
HSL 51.86º 0.75% 0.69% -
HSV(B) 51.86º 0.5% 0.92% -
XYZ 62.8 69.61 26.96 -
YUV 212.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 235 219 117 0 0.07 0.50 0.08 51.86 0.75 0.69
Hex EB DB 75 0 7 32 8 34 4B 45
Octal 353 333 165 0 7 62 10 64 113 105
Binary 11101011 11011011 1110101 0 111 110010 1000 110100 1001011 1000101

Color Harmonies of #EBDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB75

Black with #EBDB75

Text Example


Text Example

White with #EBDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB75; }

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

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

background-color css

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

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

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

border-color css

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

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

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