Html Css Color HEX #EBDB6D Wild Rice

📋 copy color: '#EBDB6D'

red 235 ◦ green 219 ◦ blue 109

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

Shades of Wild Rice #EBDB6D

Tints of Wild Rice #EBDB6D

RGB

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

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

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

R = 41.74%
G = 38.9%
B = 19.36%

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

#EBDB6D (or 0xEBDB6D) is known color: Wild Rice. HEX triplet: EB, DB and 6D. RGB value is (235,219,109). Sum of RGB (Red+Green+Blue) = 235+219+109=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB6D is #142492. Grayscale: #D3D3D3. Windows color (decimal): -1320083 or 7199723. OLE color: 7199723.

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

Color convert

RGB 235 219 109 -
CMYK 0 0.07 0.54 0.08
HSL 52.38º 0.76% 0.67% -
HSV(B) 52.38º 0.54% 0.92% -
XYZ 62.35 69.43 24.58 -
YUV 211.24 70.3 144.94 -
System Red Green Blue C M Y K H S L
Decimal 235 219 109 0 0.07 0.54 0.08 52.38 0.76 0.67
Hex EB DB 6D 0 7 36 8 34 4C 43
Octal 353 333 155 0 7 66 10 64 114 103
Binary 11101011 11011011 1101101 0 111 110110 1000 110100 1001100 1000011

Color Harmonies of #EBDB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB6D

Black with #EBDB6D

Text Example


Text Example

White with #EBDB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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