Html Css Color HEX #EBDB70 Wild Rice

📋 copy color: '#EBDB70'

red 235 ◦ green 219 ◦ blue 112

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

Shades of Wild Rice #EBDB70

Tints of Wild Rice #EBDB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.79%

R = 41.52%
G = 38.69%
B = 19.79%

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

#EBDB70 (or 0xEBDB70) is known color: Wild Rice. HEX triplet: EB, DB and 70. RGB value is (235,219,112). Sum of RGB (Red+Green+Blue) = 235+219+112=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB70 is #14248F. Grayscale: #D4D4D4. Windows color (decimal): -1320080 or 7396331. OLE color: 7396331.

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

Color convert

RGB 235 219 112 -
CMYK 0 0.07 0.52 0.08
HSL 52.2º 0.75% 0.68% -
HSV(B) 52.2º 0.52% 0.92% -
XYZ 62.52 69.5 25.45 -
YUV 211.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 235 219 112 0 0.07 0.52 0.08 52.2 0.75 0.68
Hex EB DB 70 0 7 34 8 34 4B 44
Octal 353 333 160 0 7 64 10 64 113 104
Binary 11101011 11011011 1110000 0 111 110100 1000 110100 1001011 1000100

Color Harmonies of #EBDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB70

Black with #EBDB70

Text Example


Text Example

White with #EBDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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