Html Css Color HEX #EBDF6A Wild Rice

📋 copy color: '#EBDF6A'

red 235 ◦ green 223 ◦ blue 106

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

Shades of Wild Rice #EBDF6A

Tints of Wild Rice #EBDF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.79%

R = 41.67%
G = 39.54%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBDF6A (or 0xEBDF6A) is known color: Wild Rice. HEX triplet: EB, DF and 6A. RGB value is (235,223,106). Sum of RGB (Red+Green+Blue) = 235+223+106=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 223 (87.5% from 255 or 39.54% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF6A is #142095. Grayscale: #D5D5D5. Windows color (decimal): -1319062 or 7004139. OLE color: 7004139.

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

Color convert

RGB 235 223 106 -
CMYK 0 0.05 0.55 0.08
HSL 54.42º 0.76% 0.67% -
HSV(B) 54.42º 0.55% 0.92% -
XYZ 63.25 71.48 24.1 -
YUV 213.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 235 223 106 0 0.05 0.55 0.08 54.42 0.76 0.67
Hex EB DF 6A 0 5 37 8 36 4C 43
Octal 353 337 152 0 5 67 10 66 114 103
Binary 11101011 11011111 1101010 0 101 110111 1000 110110 1001100 1000011

Color Harmonies of #EBDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF6A

Black with #EBDF6A

Text Example


Text Example

White with #EBDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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