Html Css Color HEX #EFD873 Wild Rice

📋 copy color: '#EFD873'

red 239 ◦ green 216 ◦ blue 115

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

Shades of Wild Rice #EFD873

Tints of Wild Rice #EFD873

RGB

 RED value IS 239 (93.75% from 255) = 41.93%

 GREEN value IS 216 (84.77% from 255) = 37.89%

 BLUE value IS 115 (45.31% from 255) = 20.18%

R = 41.93%
G = 37.89%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFD873 (or 0xEFD873) is known color: Wild Rice. HEX triplet: EF, D8 and 73. RGB value is (239,216,115). Sum of RGB (Red+Green+Blue) = 239+216+115=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD873 is #10278C. Grayscale: #D3D3D3. Windows color (decimal): -1058701 or 7592175. OLE color: 7592175.

HSL color Cylindrical-coordinate representation of color #EFD873: hue angle of 48.87º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFD873 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 115 -
CMYK 0 0.10 0.52 0.06
HSL 48.87º 0.79% 0.69% -
HSV(B) 48.87º 0.52% 0.94% -
XYZ 63.25 68.7 26.15 -
YUV 211.36 73.62 147.71 -
System Red Green Blue C M Y K H S L
Decimal 239 216 115 0 0.10 0.52 0.06 48.87 0.79 0.69
Hex EF D8 73 0 A 34 6 31 4F 45
Octal 357 330 163 0 12 64 6 61 117 105
Binary 11101111 11011000 1110011 0 1010 110100 110 110001 1001111 1000101

Color Harmonies of #EFD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD873

Black with #EFD873

Text Example


Text Example

White with #EFD873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD873; }

 p { color: rgb(239,216,115); }

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

background-color css

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

 a { background-color: rgb(239,216,115); }

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

border-color css

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

 span { border-color: rgb(239,216,115); }

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