Html Css Color HEX #EBDB6B Wild Rice

📋 copy color: '#EBDB6B'

red 235 ◦ green 219 ◦ blue 107

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

Shades of Wild Rice #EBDB6B

Tints of Wild Rice #EBDB6B

RGB

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

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

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

R = 41.89%
G = 39.04%
B = 19.07%

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

#EBDB6B (or 0xEBDB6B) is known color: Wild Rice. HEX triplet: EB, DB and 6B. RGB value is (235,219,107). Sum of RGB (Red+Green+Blue) = 235+219+107=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDB6B is #142494. Grayscale: #D3D3D3. Windows color (decimal): -1320085 or 7068651. OLE color: 7068651.

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

Color convert

RGB 235 219 107 -
CMYK 0 0.07 0.54 0.08
HSL 52.5º 0.76% 0.67% -
HSV(B) 52.5º 0.54% 0.92% -
XYZ 62.25 69.39 24.02 -
YUV 211.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 235 219 107 0 0.07 0.54 0.08 52.5 0.76 0.67
Hex EB DB 6B 0 7 36 8 34 4C 43
Octal 353 333 153 0 7 66 10 64 114 103
Binary 11101011 11011011 1101011 0 111 110110 1000 110100 1001100 1000011

Color Harmonies of #EBDB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB6B

Black with #EBDB6B

Text Example


Text Example

White with #EBDB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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