Html Css Color HEX #EBDF6C Wild Rice

📋 copy color: '#EBDF6C'

red 235 ◦ green 223 ◦ blue 108

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

Shades of Wild Rice #EBDF6C

Tints of Wild Rice #EBDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.08%

R = 41.52%
G = 39.4%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBDF6C (or 0xEBDF6C) is known color: Wild Rice. HEX triplet: EB, DF and 6C. RGB value is (235,223,108). Sum of RGB (Red+Green+Blue) = 235+223+108=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF6C is #142093. Grayscale: #D5D5D5. Windows color (decimal): -1319060 or 7135211. OLE color: 7135211.

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

Color convert

RGB 235 223 108 -
CMYK 0 0.05 0.54 0.08
HSL 54.33º 0.76% 0.67% -
HSV(B) 54.33º 0.54% 0.92% -
XYZ 63.36 71.52 24.65 -
YUV 213.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 235 223 108 0 0.05 0.54 0.08 54.33 0.76 0.67
Hex EB DF 6C 0 5 36 8 36 4C 43
Octal 353 337 154 0 5 66 10 66 114 103
Binary 11101011 11011111 1101100 0 101 110110 1000 110110 1001100 1000011

Color Harmonies of #EBDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF6C

Black with #EBDF6C

Text Example


Text Example

White with #EBDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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