Html Css Color HEX #EBDB6A Wild Rice

📋 copy color: '#EBDB6A'

red 235 ◦ green 219 ◦ blue 106

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

Shades of Wild Rice #EBDB6A

Tints of Wild Rice #EBDB6A

RGB

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

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

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

R = 41.96%
G = 39.11%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBDB6A (or 0xEBDB6A) is known color: Wild Rice. HEX triplet: EB, DB and 6A. RGB value is (235,219,106). Sum of RGB (Red+Green+Blue) = 235+219+106=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB6A is #142495. Grayscale: #D3D3D3. Windows color (decimal): -1320086 or 7003115. OLE color: 7003115.

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

Color convert

RGB 235 219 106 -
CMYK 0 0.07 0.55 0.08
HSL 52.56º 0.76% 0.67% -
HSV(B) 52.56º 0.55% 0.92% -
XYZ 62.19 69.37 23.75 -
YUV 210.9 68.8 145.19 -
System Red Green Blue C M Y K H S L
Decimal 235 219 106 0 0.07 0.55 0.08 52.56 0.76 0.67
Hex EB DB 6A 0 7 37 8 35 4C 43
Octal 353 333 152 0 7 67 10 65 114 103
Binary 11101011 11011011 1101010 0 111 110111 1000 110101 1001100 1000011

Color Harmonies of #EBDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB6A

Black with #EBDB6A

Text Example


Text Example

White with #EBDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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