Html Css Color HEX #EBDF70 Wild Rice

📋 copy color: '#EBDF70'

red 235 ◦ green 223 ◦ blue 112

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

Shades of Wild Rice #EBDF70

Tints of Wild Rice #EBDF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.12%

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

R = 41.23%
G = 39.12%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBDF70 (or 0xEBDF70) is known color: Wild Rice. HEX triplet: EB, DF and 70. RGB value is (235,223,112). Sum of RGB (Red+Green+Blue) = 235+223+112=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF70 is #14208F. Grayscale: #D6D6D6. Windows color (decimal): -1319056 or 7397355. OLE color: 7397355.

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

Color convert

RGB 235 223 112 -
CMYK 0 0.05 0.52 0.08
HSL 54.15º 0.75% 0.68% -
HSV(B) 54.15º 0.52% 0.92% -
XYZ 63.57 71.61 25.8 -
YUV 213.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 235 223 112 0 0.05 0.52 0.08 54.15 0.75 0.68
Hex EB DF 70 0 5 34 8 36 4B 44
Octal 353 337 160 0 5 64 10 66 113 104
Binary 11101011 11011111 1110000 0 101 110100 1000 110110 1001011 1000100

Color Harmonies of #EBDF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF70

Black with #EBDF70

Text Example


Text Example

White with #EBDF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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