Html Css Color HEX #EBDF6D Wild Rice

📋 copy color: '#EBDF6D'

red 235 ◦ green 223 ◦ blue 109

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

Shades of Wild Rice #EBDF6D

Tints of Wild Rice #EBDF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.22%

R = 41.45%
G = 39.33%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBDF6D (or 0xEBDF6D) is known color: Wild Rice. HEX triplet: EB, DF and 6D. RGB value is (235,223,109). Sum of RGB (Red+Green+Blue) = 235+223+109=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF6D is #142092. Grayscale: #D6D6D6. Windows color (decimal): -1319059 or 7200747. OLE color: 7200747.

HSL color Cylindrical-coordinate representation of color #EBDF6D: hue angle of 54.29º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBDF6D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 109 -
CMYK 0 0.05 0.54 0.08
HSL 54.29º 0.76% 0.67% -
HSV(B) 54.29º 0.54% 0.92% -
XYZ 63.41 71.54 24.93 -
YUV 213.59 68.98 143.27 -
System Red Green Blue C M Y K H S L
Decimal 235 223 109 0 0.05 0.54 0.08 54.29 0.76 0.67
Hex EB DF 6D 0 5 36 8 36 4C 43
Octal 353 337 155 0 5 66 10 66 114 103
Binary 11101011 11011111 1101101 0 101 110110 1000 110110 1001100 1000011

Color Harmonies of #EBDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF6D

Black with #EBDF6D

Text Example


Text Example

White with #EBDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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