Html Css Color HEX #EBDA6B Wild Rice

📋 copy color: '#EBDA6B'

red 235 ◦ green 218 ◦ blue 107

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

Shades of Wild Rice #EBDA6B

Tints of Wild Rice #EBDA6B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.93%

 BLUE value IS 107 (42.19% from 255) = 19.11%

R = 41.96%
G = 38.93%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBDA6B (or 0xEBDA6B) is known color: Wild Rice. HEX triplet: EB, DA and 6B. RGB value is (235,218,107). Sum of RGB (Red+Green+Blue) = 235+218+107=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDA6B is #142594. Grayscale: #D2D2D2. Windows color (decimal): -1320341 or 7068395. OLE color: 7068395.

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

Color convert

RGB 235 218 107 -
CMYK 0 0.07 0.54 0.08
HSL 52.03º 0.76% 0.67% -
HSV(B) 52.03º 0.54% 0.92% -
XYZ 61.99 68.87 23.94 -
YUV 210.43 69.63 145.53 -
System Red Green Blue C M Y K H S L
Decimal 235 218 107 0 0.07 0.54 0.08 52.03 0.76 0.67
Hex EB DA 6B 0 7 36 8 34 4C 43
Octal 353 332 153 0 7 66 10 64 114 103
Binary 11101011 11011010 1101011 0 111 110110 1000 110100 1001100 1000011

Color Harmonies of #EBDA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA6B

Black with #EBDA6B

Text Example


Text Example

White with #EBDA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA6B; }

 p { color: rgb(235,218,107); }

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

background-color css

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

 a { background-color: rgb(235,218,107); }

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

border-color css

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

 span { border-color: rgb(235,218,107); }

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